Awesome
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 <gugod@gugod.org>
1.72% 16 +365 -240 Pedro Melo <melo@simplicidade.org>
1.51% 14 +283 -77 Chris Prather <chris@prather.org>
1.18% 11 +67 -21 Tatsuhiko Miyagawa <miyagawa@bulknews.net>
1.18% 11 +28 -24 Randy Stauner <randy@magnificent-tears.com>
0.97% 9 +100 -81 Yuki Ibe <yibe@yibe.org>
0.65% 6 +340 -209 Mike Doherty <doherty@cs.dal.ca>
0.65% 6 +315 -51 Rob Hoelz <rob@hoelz.ro>
0.65% 6 +20 -13 Sawyer X <xsawyerx@cpan.org>
Show authors of a given file
[~/src/perl]
> git-authors ./README.tw
commits% commits +++ ---
16.67% 2 +68 -68 Chia-liang Kao <clkao@clkao.org>
16.67% 2 +2 -2 Nicholas Clark <nick@ccl4.org>
8.33% 1 +45 -22 Jarkko Hietaniemi <jhi@iki.fi>
8.33% 1 +6 -4 Audrey Tang <cpan@audreyt.org>
8.33% 1 +1 -1 Leon Brocard <acme@astray.com>
8.33% 1 +1 -1 Steffen Müller <0mgwtfbbq@sneakemail.com>
Notice
Numbers are tricky :-)