summaryrefslogtreecommitdiffstats
path: root/.mailmap
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-10-15 16:42:13 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-10-17 11:10:00 +0200
commiteb4b20d206317f5f9434609a7988e492e5fb8990 (patch)
tree1c6b582552dcd5c9e7067becce5436f163d598a2 /.mailmap
parentade058360233b8a701c66db282a21502e3a27f79 (diff)
downloadbarebox-eb4b20d206317f5f9434609a7988e492e5fb8990.tar.gz
barebox-eb4b20d206317f5f9434609a7988e492e5fb8990.tar.xz
add .mailmap for proper git-shortlog output
Based on original u-boot commit by Masahiro Yamada: commit 8b90a11f7cf1d06812bc9a02e0bae20cfe40a564 Author: Masahiro Yamada <yamada.m@jp.panasonic.com> Date: Wed Jul 16 17:49:44 2014 +0900 add .mailmap for proper git-shortlog output This is the first version of .mailmap created by hand. Please see "man git-shortlog" for what this commit is trying to do. Without this file, for example, "git shortlog -n -s" shows as follows: (1) 5428 Sascha Hauer 968 Jean-Christophe PLAGNIOL-VILLARD (2) 811 wdenk (2) 525 Wolfgang Denk 348 Juergen Beisert ... (3) 154 stroese (3) 151 Stefan Roese ... (1) 48 sascha And then, with this file, it shows as follows: (1) 5476 Sascha Hauer (2) 1336 Wolfgang Denk 968 Jean-Christophe PLAGNIOL-VILLARD 348 Juergen Beisert 343 Antony Pavlov (3) 305 Stefan Roese Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Sascha Hauer <s.hauer@pengutronix.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to '.mailmap')
-rw-r--r--.mailmap13
1 files changed, 13 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000000..8af4375754
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,13 @@
+#
+# This list is used by git-shortlog to fix a few botched name translations
+# in the git archive, either because the author's full name was messed up
+# and/or not always written the same way, making contributions from the
+# same person appearing not to be so or badly displayed.
+#
+# This file can be modified by hand or updated by the following command:
+# scripts/mailmapper > tmp; mv tmp .mailmap
+#
+
+Sascha Hauer <sascha@nomad.localdomain>
+Stefan Roese <stroese>
+Wolfgang Denk <wdenk>