From: Stefan Beller Date: Mon, 22 Apr 2013 19:04:05 +0000 (+0200) Subject: Add the .mailmap file X-Git-Tag: v0.18.3~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee0aa06f7108395ea62df10c3fbf2117c44d891;p=thirdparty%2Fgettext.git Add the .mailmap file The .mailmap feature is used to coalesce together commits by the same person in the shortlog, where their name and/or email address was spelled differently. For further reference see the man page of git shortlog git shortlog -sne |awk '{ print $NF }' |sort |uniq -d git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d --- diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..d0a8fb95a --- /dev/null +++ b/.mailmap @@ -0,0 +1,3 @@ +Miguel Ángel Arruga Vivas Miguel Angel Arruga Vivas +Daiki Ueno Daiki Ueno +Guido Flohr Guido Flohr