Add git mailmap file to canonize committer names
commit93c00d5c82914081c050f8ebef24b76ec96ea783
authorPasi Kallinen <paxed@alt.org>
Thu, 4 Feb 2016 07:56:51 +0000 (4 09:56 +0200)
committerPasi Kallinen <paxed@alt.org>
Thu, 4 Feb 2016 07:57:00 +0000 (4 09:57 +0200)
treeaee10e0623f8f8aa788bd1b2fcd98361245c0da7
parentca3ccdd5ab93d3f1ee90d3ad124f94fc91eaa410
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 [new file with mode: 0644]