Attention is currently required from: Martin Roth. Hello build bot (Jenkins), Paul Menzel,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/61725
to look at the new patch set (#2).
Change subject: .mailmap: Add a .mailmap file for git ......................................................................
.mailmap: Add a .mailmap file for git
Git uses the .mailmap file to map author and committer names and email addresses to canonical real names and email addresses.
Before adding this file, coreboot shows 1388 different author names and email addresses because of typos, people changing email addresses, and spelling their names differently.
After adding the file, the number of authors is down to 1016.
I tried to determine the best email address for each person by looking at what they'd used most recently, but I can't promise that I correctly picked the right address for everyone. Please take a look to make sure that your email address and name is correct.
To enable .mailmap parsing globally, use: $ git config --global log.mailmap true
To enable it just for a single log, run: $ git log --use-mailmap
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: I1f9b9bccc9322799234475a1cebf9808edd25693 --- A .mailmap 1 file changed, 425 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/61725/2