Counting D contributors

Vladimir Panteleev via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 18 10:48:16 PDT 2014


On Monday, 18 August 2014 at 17:40:45 UTC, Andrei Alexandrescu 
wrote:
> git log $TAG_FROM..$TAG_TO|grep '^Author:'

I would suggest replacing this with "git log 
--pretty=format:%an". This should be a bit more efficient, and 
avoid counting multiple email addresses belonging to the same 
author as different contributors.


More information about the Digitalmars-d mailing list