Skip to content
Snippets Groups Projects
  1. May 02, 2016
  2. Feb 01, 2016
  3. Jan 27, 2016
  4. Jan 11, 2016
  5. Jan 08, 2016
  6. Dec 11, 2015
  7. Jul 22, 2014
    • Masahiro Yamada's avatar
      Update .mailmap using scripts/mailmapper · e89a07e3
      Masahiro Yamada authored
      
      Add more entries to .mailmap for the canonical names with
      50 commits or more.
      
      This commit was generated by the following command:
      
        scripts/mailmapper > tmp; mv tmp .mailmap
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      e89a07e3
    • Masahiro Yamada's avatar
      add .mailmap for proper git-shortlog output · 8b90a11f
      Masahiro Yamada authored
      
      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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      8b90a11f
Loading