1 # This mailmap fixes up author names/addresses.
3 # If you are adding to this file consider if a similar change needs to
4 # be made to contrib/gitdm/aliases. They are not however completely
5 # analogous. .mailmap is concerned with fixing up damaged author
6 # fields where as the gitdm equivalent is more concerned with making
7 # sure multiple email addresses get mapped onto the same author.
9 # From man git-shortlog the forms are:
17 # The first section translates weird addresses from the original git import
18 # into proper addresses so that they are counted properly by git shortlog.
20 Anthony Liguori <
[email protected]> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
23 Edgar E. Iglesias <
[email protected]> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
30 # Corrupted Author fields
39 # (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162>
40 # for the cvs2svn initialization commit e63c3dc74bf.
42 # Next, translate a few commits where mailman rewrote the From: line due
43 # to strict SPF, although we prefer to avoid adding more entries like that.
50 # Next, replace old addresses by a more recent one.
80 # Also list preferred name forms where people have changed their
81 # git author config, or had utf8/latin1 encoding issues.