]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
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)
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]

diff --git a/.mailmap b/.mailmap
new file mode 100644 (file)
index 0000000..d0a8fb9
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,3 @@
+Miguel Ángel Arruga Vivas <rosen644835@gmail.com> Miguel Angel Arruga Vivas <rosen644835@gmail.com>
+Daiki Ueno <ueno@gnu.org> Daiki Ueno <ueno@unixuser.org>
+Guido Flohr <guido@imperia.net> Guido Flohr <guido@imperia.bg>