1. 04 Jan, 2021 1 commit
  2. 09 Dec, 2020 1 commit
  3. 24 Apr, 2020 1 commit
  4. 02 Jan, 2020 1 commit
  5. 13 Dec, 2019 1 commit
  6. 26 Aug, 2019 1 commit
  7. 21 Aug, 2019 1 commit
    • Heinrich Schuchardt's avatar
      mailmap: provide usage instruction · 7dd83edb
      Heinrich Schuchardt authored
      
      
      Looking at the contents of file .mailmap it seems that some editors assumed
      that translation is done by entering multiple lines into the file and the
      last one replaces the others. This is not how it works. The translation
      occurs according to entries in single lines as described in the
      git-check-mailmap man-page.
      
      Add a description of the file format.
      
      Add an entry for Alexander Graf as his old email address is not valid
      anymore.
      Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
      7dd83edb
  8. 20 Aug, 2019 1 commit
    • Heinrich Schuchardt's avatar
      mailmap: provide usage instruction · 2da56af8
      Heinrich Schuchardt authored
      
      
      Looking at the contents of file .mailmap it seems that some editors assumed
      that translation is done by entering multiple lines into the file and the
      last one replaces the others. This is not how it works. The translation
      occurs according to entries in single lines as described in the
      git-check-mailmap man-page.
      
      Add a description of the file format.
      
      Add an entry for Alexander Graf as his old email address is not valid
      anymore.
      Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
      2da56af8
  9. 04 Aug, 2018 1 commit
  10. 24 Jul, 2018 1 commit
  11. 28 Nov, 2017 1 commit
    • Paul Burton's avatar
      Update Paul Burton's email address · c5bf161f
      Paul Burton authored
      
      
      MIPS is no longer a part of Imagination Technologies, and as such my
      @imgtec.com email address will soon cease to function. This patch
      updates occurrances of it with my new @mips.com email address, and adds
      an entry in .mailmap such that git (& tools such as get_maintainer.pl
      when examining history) will use the new address.
      Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
      Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
      Cc: u-boot@lists.denx.de
      c5bf161f
  12. 02 May, 2016 1 commit
  13. 01 Feb, 2016 1 commit
  14. 27 Jan, 2016 1 commit
  15. 11 Jan, 2016 1 commit
  16. 08 Jan, 2016 1 commit
  17. 11 Dec, 2015 1 commit
  18. 22 Jul, 2014 2 commits
    • 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