git-authors icon indicating copy to clipboard operation
git-authors copied to clipboard

Display authors in of the repository / files.

NAME

git-authors -- Show a gist of commit authors.

USAGE

Show top 10 authors in a repository

[~/Projects/perlbrew/App-perlbrew]
> git authors | head -10
commits%  commits      +++      ---
  56.99%      530   +18350   -15322  Kang-min Liu <[email protected]>
   1.72%       16     +365     -240  Pedro Melo <[email protected]>
   1.51%       14     +283      -77  Chris Prather <[email protected]>
   1.18%       11      +67      -21  Tatsuhiko Miyagawa <[email protected]>
   1.18%       11      +28      -24  Randy Stauner <[email protected]>
   0.97%        9     +100      -81  Yuki Ibe <[email protected]>
   0.65%        6     +340     -209  Mike Doherty <[email protected]>
   0.65%        6     +315      -51  Rob Hoelz <[email protected]>
   0.65%        6      +20      -13  Sawyer X <[email protected]>

Show authors of a given file

[~/src/perl]
> git-authors ./README.tw
commits%  commits      +++      ---
  16.67%        2      +68      -68  Chia-liang Kao <[email protected]>
  16.67%        2       +2       -2  Nicholas Clark <[email protected]>
   8.33%        1      +45      -22  Jarkko Hietaniemi <[email protected]>
   8.33%        1       +6       -4  Audrey Tang <[email protected]>
   8.33%        1       +1       -1  Leon Brocard <[email protected]>
   8.33%        1       +1       -1  Steffen Müller <[email protected]>

Notice

Numbers are tricky :-)

LICENCE

CC0
To the extent possible under law, Kang-min Liu has waived all copyright and related or neighboring rights to git-authors. This work is published from: Netherlands.