]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
add .mailmap for proper git-shortlog output
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 16 Jul 2014 08:49:44 +0000 (17:49 +0900)
committerTom Rini <trini@ti.com>
Tue, 22 Jul 2014 11:44:27 +0000 (07:44 -0400)
commit8b90a11f7cf1d06812bc9a02e0bae20cfe40a564
tree2566189ecebf6d98ed646518285a4f55c984e923
parent3f9eb6e1095b791867975c236bd7ab8b0a51acf4
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>
.mailmap [new file with mode: 0644]