Skip to content

Commit

Permalink
Sort contribtrs with same commits num alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jul 5, 2018
1 parent 8fee8d4 commit c5cfbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/contributors.p6
Expand Up @@ -111,7 +111,7 @@ sub committers (
~ (" until $until" with $until) ~ ":";
my @contributors = @repos.map({
|get-committers($_, $since, |($_ with $until))
}).unique(:as(*.key))».value.Bag.sort(-*.value.key;
}).unique(:as(*.key))».value.Bag.sort({-.value, .key}.key;

for @contributors -> $name is rw {
state $length = 0;
Expand Down

0 comments on commit c5cfbc6

Please sign in to comment.