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]> --- Resent, CC: U-Boot Mailing List <[email protected]> --- .mailmap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.mailmap b/.mailmap index 1bee048d13..dc72f24688 100644 --- a/.mailmap +++ b/.mailmap @@ -4,10 +4,18 @@ # and/or not always written the same way, making contributions from the # same person appearing not to be so or badly displayed. # +# This file is also used by scripts/get_maintainer.pl. +# # This file can be modified by hand or updated by the following command: # scripts/mailmapper > tmp; mv tmp .mailmap # +# Entries in this file take one of the following forms: +# Proper Name <[email protected]> +# <[email protected]> <[email protected]> +# Proper Name <[email protected]> <[email protected]> +# Proper Name <[email protected]> Commit Name <[email protected]> +Alexander Graf <[email protected]> <[email protected]> Allen Martin <[email protected]> Andreas Bießmann <[email protected]> Andreas Bießmann <[email protected]> -- 2.20.1 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

