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 <[email protected]>
---
.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 <[email protected]>
Erik Faye-Lund <[email protected]> <[email protected]>
Fredrik Kuivinen <[email protected]>
Frédéric Heitzmann <[email protected]>
+H. Merijn Brand <[email protected]> H.Merijn Brand <[email protected]>
H. Peter Anvin <[email protected]>
H. Peter Anvin <[email protected]>
H. Peter Anvin <[email protected]>
--
1.8.3.1.587.g803fe36
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html