Bring Porting/checkAUTHORS.pl into the world of git.
authorCraig A. Berry <craigberry@mac.com>
Thu, 25 Mar 2010 17:55:16 +0000 (12:55 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Sat, 27 Mar 2010 16:13:10 +0000 (12:13 -0400)
commit5a52808733f845692a150e91007cb58ebf12ac48
treef253fd6afca1ffce3769c1b0a4156bb1a9f78f1a
parent3b72faaec4d3a977ba8b212070ad1622af553efb
Bring Porting/checkAUTHORS.pl into the world of git.

Now processes git log output rather than the Changes file.  E.g.,

% git log --pretty=fuller --name-status perl-5.10.0..HEAD \
? | perl Porting/checkAUTHORS.pl --rank --percentage -

Also, the meaning of --thanks-applied has changed; it now only counts
commits where the committer is not the author.
Porting/checkAUTHORS.pl