[U-Boot] [PATCH v2 1/3] add .mailmap for proper git-shortlog output

Masahiro Yamada yamada.m at jp.panasonic.com
Wed Jul 16 10:49:44 CEST 2014


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:

  2693  Wolfgang Denk     <------
  1002  Stefan Roese      <------
   811  wdenk             <------
   808  Mike Frysinger
   806  Simon Glass
     [snip]
   177  Matthias Fuchs
   154  stroese           <------
   153  Timur Tabi

And then, with this file, it shows as follows:

  3504  Wolfgang Denk     <------
  1156  Stefan Roese      <------
   808  Mike Frysinger
   806  Simon Glass

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Cc: Stefan Roese <sr at denx.de>
Cc: Wolfgang Denk <wd at denx.de>
---

Changes in v2: None

 .mailmap | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .mailmap

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..9368e2d
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,12 @@
+#
+# 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
+#
+
+Stefan Roese <stroese>
+Wolfgang Denk <wdenk>
-- 
1.9.1



More information about the U-Boot mailing list