From 93c00d5c82914081c050f8ebef24b76ec96ea783 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 4 Feb 2016 09:56:51 +0200 Subject: [PATCH] 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" --- .mailmap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .mailmap 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