scripts/mk-release: pretty-up the per-author stats
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Apr 30 22:25:45 2010 +0200 (2010-04-30)
changeset 194348e107b35ba9
parent 1942 dd97222683a3
child 1944 3a7ac3dd859d
child 1952 f3c30069f86e
scripts/mk-release: pretty-up the per-author stats

Reverse sort first by number of changesets, then sort alphabetically
on the author's names.
scripts/mk-release.sh
     1.1 --- a/scripts/mk-release.sh	Fri Apr 30 14:33:07 2010 +0200
     1.2 +++ b/scripts/mk-release.sh	Fri Apr 30 22:25:45 2010 +0200
     1.3 @@ -114,7 +114,7 @@
     1.4                      printf( "   %4d  %s\n", nb[author], author );
     1.5                    }
     1.6                  }'                                              \
     1.7 -    |sort -rn
     1.8 +    |sort -s -k1nr -k2
     1.9  }
    1.10  
    1.11  print_author_shortlog() {