19 Apr
2011
19 Apr
'11
10:16 p.m.
On Sat, Apr 16, 2011 at 06:30:58PM -0500, Dan McGee wrote:
This takes `git shortlog -sen | wc -l` length from 69 to 56 authors for me, fixing a lot of the author fields that have snuck in over time, and allows credit to be given where due for some contributors that couldn't pick a single email address in the past.
Signed-off-by: Dan McGee <dan@archlinux.org> --- .mailmap | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 .mailmap
Pushed that, thanks.