mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
scripts/mk-release: pretty-up the per-author stats
Reverse sort first by number of changesets, then sort alphabetically on the author's names.
This commit is contained in:
parent
76b459919f
commit
9c83970d8b
@ -114,7 +114,7 @@ print_author_stats() {
|
||||
printf( " %4d %s\n", nb[author], author );
|
||||
}
|
||||
}' \
|
||||
|sort -rn
|
||||
|sort -s -k1nr -k2
|
||||
}
|
||||
|
||||
print_author_shortlog() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user