From: Pasi Kallinen Date: Thu, 4 Feb 2016 07:56:51 +0000 (+0200) Subject: Add git mailmap file to canonize committer names X-Git-Tag: NetHack-3.6.1_RC01~954 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93c00d5c82914081c050f8ebef24b76ec96ea783;p=nethack Add git mailmap file to canonize committer names Without rewriting the complete commit history, we cannot adjust the committer names or emails. Luckily git allows mapping committer names and email via the .mailmap file in the repo. Most visible difference is when using "git shortlog -sne" --- diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..e0f587ff5 --- /dev/null +++ b/.mailmap @@ -0,0 +1,6 @@ +PatR nethack.rankin +nhmall nethack.allison +keni keni +David Cohrs cohrs +Derek S. Ray Derek +Alex Kompel Alex Kompel