Read more

Quick git contributors list

Dominik Schöler
May 03, 2013Software engineer at makandra GmbH
git shortlog -s -n [commit-range]

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

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

-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
Posted by Dominik Schöler to makandra dev (2013-05-03 14:54)