Commit 8b90a11f7cf1d06812bc9a02e0bae20cfe40a564

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 3f9eb6e109

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:

  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@jp.panasonic.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Wolfgang Denk <wd@denx.de>

Showing 1 changed file with 12 additions and 0 deletions Side-by-side Diff

  1 +#
  2 +# This list is used by git-shortlog to fix a few botched name translations
  3 +# in the git archive, either because the author's full name was messed up
  4 +# and/or not always written the same way, making contributions from the
  5 +# same person appearing not to be so or badly displayed.
  6 +#
  7 +# This file can be modified by hand or updated by the following command:
  8 +# scripts/mailmapper > tmp; mv tmp .mailmap
  9 +#
  10 +
  11 +Stefan Roese <stroese>
  12 +Wolfgang Denk <wdenk>