Craig A. Berry [Sat, 27 Mar 2010 17:52:33 +0000 (13:52 -0400)]
% git log --pretty=fuller perl-5.12.0..HEAD \
? | perl Porting/checkAUTHORS.pl --rank --percentage -
Without this, the --rank and --thanks-applied options were not working.
Also, the meaning of --thanks-applied has changed somewhat; it now only counts
commits where the committer is not the author.
[This commit is the delta between Craig's previous patch and his revised
patch]
$0 --cumulative ... # show rankings cumulatively
$0 --reverse ... # show rankings in reverse
Specify stdin as - if needs be. Remember that option names can be abbreviated.
-Generate changes with git log --pretty=fuller --name-status rev1..rev2
+Generate changes with git log --pretty=fuller rev1..rev2
EOS
}
necessary, update the script to include new alias mappings for porters
already in F<AUTHORS>
- $ git log | perl Porting/checkAUTHORS.pl --acknowledged AUTHORS -
+ $ git log --pretty=fuller | perl Porting/checkAUTHORS.pl --acknowledged AUTHORS -
=back