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