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 <stefanbel...@googlemail.com>
---
 .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 <e...@thyrsus.com>
 Erik Faye-Lund <kusmab...@gmail.com> <kusmab...@googlemail.com>
 Fredrik Kuivinen <freku...@student.liu.se>
 Frédéric Heitzmann <frederic.heitzm...@gmail.com>
+H. Merijn Brand <h.m.br...@xs4all.nl> H.Merijn Brand <h.m.br...@xs4all.nl>
 H. Peter Anvin <h...@bonde.sc.orionmulti.com>
 H. Peter Anvin <h...@tazenda.sc.orionmulti.com>
 H. Peter Anvin <h...@trantor.hos.anvin.org>
-- 
1.8.3.1.587.g803fe36

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to