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 <stefanbeller@xxxxxxxxxxxxxx> --- .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@xxxxxxxxxxx> Erik Faye-Lund <kusmabite@xxxxxxxxx> <kusmabite@xxxxxxxxxxxxxx> Fredrik Kuivinen <freku045@xxxxxxxxxxxxxx> Frédéric Heitzmann <frederic.heitzmann@xxxxxxxxx> +H. Merijn Brand <h.m.brand@xxxxxxxxx> H.Merijn Brand <h.m.brand@xxxxxxxxx> H. Peter Anvin <hpa@xxxxxxxxxxxxxxxxxxxxxxx> H. Peter Anvin <hpa@xxxxxxxxxxxxxxxxxxxxxxxxx> H. Peter Anvin <hpa@xxxxxxxxxxxxxxxxxxxxx> -- 1.8.3.1.587.g803fe36 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html