Quick git contributors list

Updated . Posted . Visible to the public.
git shortlog -s -n [commit-range]

-n, --numbered
Sort output according to the number of commits per author

-s, --summary
Suppress commit descriptions, only provide commit count

[commit-range]
E.g. $tagname.. for "everything after that tag"

Example output for spreewald Show archive.org snapshot :

60  Tobias Kraze
12  Henning Koch
 7  Dominik Schöler
 6  Thomas Eisenbarth
 5  Martin Straub
 3  Minh Hemmer
 2  Alex McHale
 1  Manuel Kallenbach
 1  Andreas Robecke
Dominik Schöler
Last edit
Dominik Schöler
Keywords
top, most, number, count, name
License
Source code in this card is licensed under the MIT License.
Posted by Dominik Schöler to makandra dev (2013-05-03 12:54)