From 8ea667dc9a4bdb2417cf635418da27b6203e8d42 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Mon, 24 Dec 2012 08:39:42 +0000 Subject: ENH - .mailmap file to harmonize git shortlog Reduce duplicates in git shortlog --- .mailmap | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .mailmap (limited to '.mailmap') diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..141243496 --- /dev/null +++ b/.mailmap @@ -0,0 +1,20 @@ +# Prevent git from showing duplicate names with commands like "git shortlog" +# # See the manpage of git-shortlog for details. +# # The syntax is: +# # Name that should be used Bad name +# # +# # You can skip Bad name if it is the same as the one that should be used, and is unique. +# # +# # This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u +# # gives no duplicates. + +Nathaniel J. Smith njsmith +Ralf Gommers rgommers +Christoph Gohlke cgholke +Christoph Gohlke Christolph Gohlke +Christoph Gohlke cgohlke +Ondřej Čertík Ondrej Certik +Mark Wiebe Mark +Mark Wiebe Mark Wiebe +Mark Wiebe Mark Wiebe +Han Genuit Han -- cgit v1.2.3