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.