You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/02/15 22:12:56 UTC

[whimsy.git] [1/2] Commit 374d904: do not sort because the input is already sorted by surname

Commit 374d904f4a4b7e5a653b74ef11ba93a6bc255e9d:
    do not sort because the input is already sorted by surname


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/roster/public_icla_info.rb                               | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/public_icla_info.rb b/www/roster/public_icla_info.rb
index f652d40..3529364 100644
--- a/www/roster/public_icla_info.rb
+++ b/www/roster/public_icla_info.rb
@@ -40,7 +40,7 @@
   last_updated: ASF::ICLA.svn_change,
   gem_version: GEMVERSION,
   committers: ids.sort,
-  non_committers: noid.sort
+  non_committers: noid # do not sort because the input is already sorted by surname
 }
 
 # output results