]> git.ipfire.org Git - thirdparty/gettext.git/commit
Add the .mailmap file
authorStefan Beller <stefanbeller@googlemail.com>
Mon, 22 Apr 2013 19:04:05 +0000 (21:04 +0200)
committerDaiki Ueno <ueno@gnu.org>
Tue, 23 Apr 2013 03:53:11 +0000 (12:53 +0900)
commit4ee0aa06f7108395ea62df10c3fbf2117c44d891
treef352890fa2b1af1f3917d6f0fc4e2e317631980b
parentd47ceb27a49b1e3f314e249696ab94b69deb2991
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
.mailmap [new file with mode: 0644]