summaryrefslogtreecommitdiff
path: root/.mailmap
AgeCommit message (Collapse)Author
2020-04-24.mailmap: map Ruchika Gupta's mail addressHeinrich Schuchardt
Freescale mail addresses are not valid anymore. Reported-by: Fabio Estevam <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]>
2020-01-02mailmap: Update mail address for Igor OpaniukIgor Opaniuk
My address at Linaro doesn't exist anymore, so people keep getting mail delivery error responses. Map this address to the actual one. Signed-off-by: Igor Opaniuk <[email protected]> Reviewed-by: Oleksandr Suvorov <[email protected]>
2019-12-13mailmap: Update mail address for Boris BrezillonHeinrich Schuchardt
Boris' email address has changed. Copy two entries from the Linux .mailmap file. Boris confirmed the new email address: https://lists.denx.de/pipermail/u-boot/2019-December/393774.html Cc: Boris Brezillon <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]>
2019-08-26mailmap: Update mail addressRicardo Ribalda Delgado
Update my email address from gmail to my domain. Signed-off-by: Ricardo Ribalda Delgado <[email protected]>
2019-08-20mailmap: provide usage instructionHeinrich Schuchardt
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: Heinrich Schuchardt <[email protected]>
2018-08-04mailmap: Update mail address (lukma)Lukasz Majewski
Update my e-mail address from samsung.com to denx.de Signed-off-by: Lukasz Majewski <[email protected]>
2018-07-24mailmap: Fix broken email from fit_image.cMichal Simek
The patch "tools/mkimage: Fix DTC run command to handle file names with space" (sha1: a6e9810495bc929b6beafb88f557cdaadf87fc83) contains comma in name which is confusing patman. Fix it by defining Mirza's email in mailmap. Signed-off-by: Michal Simek <[email protected]>
2017-11-28Update Paul Burton's email addressPaul Burton
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: Paul Burton <[email protected]> Cc: Daniel Schwierzeck <[email protected]> Cc: [email protected]
2016-05-02Change my mailaddressAndreas Bießmann
I'll switch my mails to my own server, so drop all gmail references. Signed-off-by: Andreas Bießmann <[email protected]>
2016-02-01mailmap: fix Ricardo's entryMasahiro Yamada
Commit df48b23428e9 (".mailmap: Add all the mail alias for Ricardo Ribalda") assigned two different proper names for the email address "[email protected]". This is a completely wrong usage as the mailmap feature exists for coalescing together commits by the same person whose name is sometimes spelled differently. Signed-off-by: Masahiro Yamada <[email protected]>
2016-01-27.mailmap: Add all the mail alias for Ricardo RibaldaRicardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Tom Rini <[email protected]> Signed-off-by: Michal Simek <[email protected]> Reviewed-by: Michal Simek <[email protected]>
2016-01-11MAINTAINERS/mailmap: Update my email addressFabio Estevam
Update my email address to the NXP account. Signed-off-by: Fabio Estevam <[email protected]>
2016-01-08MAINTAINERS, .mailmap: Update my email addressYork Sun
Change from [email protected] to [email protected]. Signed-off-by: York Sun <[email protected]>
2015-12-11mailmap: Update Jagan Teki's name and email addressJagan Teki
Used quite different name's and e-mail address, all of them mapped to standard name and e-mail address. Cc: Tom Rini <[email protected]> Reviewed-by: Masahiro Yamada <[email protected]> Signed-off-by: Jagan Teki <[email protected]>
2014-07-22Update .mailmap using scripts/mailmapperMasahiro Yamada
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: Masahiro Yamada <[email protected]>
2014-07-22add .mailmap for proper git-shortlog outputMasahiro Yamada
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 <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Wolfgang Denk <[email protected]>