Counting D contributors
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Mon Aug 18 12:51:42 PDT 2014
On 8/18/14, 11:48 AM, Andrei Alexandrescu wrote:
> On 8/18/14, 10:48 AM, Vladimir Panteleev wrote:
>> 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.
>
> I get 117 with that. What gives? Do we have people with multiple emails,
> or identical names?
>
> Andrei
Anyhow here's the source for the published numbers:
http://pastebin.com/1CgtiNBx
Andrei
More information about the Digitalmars-d
mailing list