[PATCH] .mailmap: Map "H.Merijn Brand" to "H. Merijn Brand"
From: Stefan Beller <hidden>
Date: 2016-06-15 22:57:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Stefan Beller <hidden>
Date: 2016-06-15 22:57:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
This patch was created by searching for duplicates of email addresses
in the shortlog by
git shortlog -sne |awk '{ print $NF }' |sort |uniq -d
This will yield all email addresses, which are found multiple times within
the shortlog. We can assume that commiters having the same email address
are indeed the same person.
Signed-off-by: Stefan Beller <redacted>
---
.mailmap | 1 +
1 file changed, 1 insertion(+)
diff --git a/.mailmap b/.mailmap
index 48d7acf..345cce6 100644
--- a/.mailmap
+++ b/.mailmap@@ -24,6 +24,7 @@ Eric S. Raymond <esr@thyrsus.com> Erik Faye-Lund <kusmabite@gmail.com> <kusmabite@googlemail.com> Fredrik Kuivinen <freku045@student.liu.se> Frédéric Heitzmann <frederic.heitzmann@gmail.com> +H. Merijn Brand <h.m.brand@xs4all.nl> H.Merijn Brand <h.m.brand@xs4all.nl> H. Peter Anvin <hpa@bonde.sc.orionmulti.com> H. Peter Anvin <hpa@tazenda.sc.orionmulti.com> H. Peter Anvin <hpa@trantor.hos.anvin.org>
--
1.8.3.1.587.g803fe36