From 002ec80181f17fb9209483aa77cb39020d43febf Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Wed, 2 Oct 2013 20:21:14 +0200 Subject: [PATCH] Add a .mailmap file. The .mailmap feature is used to coalesce together commits by the same person in the shortlog, where their name and/or email address was spelled differently. -- "man git shortlog" As this corrects the author information at the root (this repository), all services parsing these information will improve by this contribution. As discussed on IRC, this also removes the need for different aliases on ohloh.net (currently https://www.ohloh.net/p/cppcheck/aliases) # Finding out duplicates by comparing email addresses: git shortlog -sne |awk '{ print $NF }' |sort |uniq -d # Finding out duplicates by comparing names: git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d Signed-off-by: Stefan Beller --- .mailmap | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..6f42f4e47 --- /dev/null +++ b/.mailmap @@ -0,0 +1,49 @@ +Andreas Bießmann +Andrew Martin acm4me +Ankita Gupta Ankita-gupta +Benjamin Goose +Daniel Marjamäki +Daniel Marjamäki +Daniel Marjamäki Daniel Marjam�ki +Daniel Marjamäki +Daniel Marjamäki +Deepak Gupta deepak gupta +Ettl Martin Martin Ettl +Ettl Martin +Ettl Martin Martin Ettl +Frank Zingsheim +Gianluca Scacco +Gianluca Scacco +Henrik Nilsson +Kimmo Varis Kimmo varis +Kimmo Varis +Kimmo Varis +Kimmo Varis +Kimmo Varis +Kimmo Varis +Kimmo Varis +Leandro Penz Leandro Lisboa Penz +Leandro Penz Leandro Lisboa Penz +makulik unknown +Nicolas Le Cam +Pete Johns +PKEuS Philipp K +PKEuS Philipp Kloke +PKEuS +Reijo Tomperi +Robert Reif +Ryan Pavlik + +Sébastien Debrard seb777 +Sébastien Debrard S�bastien Debrard +Sébastien Debrard Debrard Sébastien + +Stefan Weil +Tim Gerundt +Vesa Pikki +XhmikosR +Zachary Blair +Zachary Blair +Zachary Blair zblair + +