]>
Commit | Line | Data |
---|---|---|
3bd2608d | 1 | # This mailmap fixes up author names/addresses. |
f4cf1edc AB |
2 | # |
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. | |
8 | # | |
9 | # From man git-shortlog the forms are: | |
10 | # | |
11 | # Proper Name <[email protected]> | |
12 | # <[email protected]> <[email protected]> | |
13 | # Proper Name <[email protected]> <[email protected]> | |
14 | # Proper Name <[email protected]> Commit Name <[email protected]> | |
15 | # | |
3bd2608d EB |
16 | |
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. | |
4cb01658 | 19 | Andrzej Zaborowski <[email protected]> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> |
bc02fb30 | 20 | Anthony Liguori <[email protected]> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> |
4cb01658 PM |
21 | Aurelien Jarno <[email protected]> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> |
22 | Blue Swirl <[email protected]> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | |
23 | Edgar E. Iglesias <[email protected]> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | |
24 | Fabrice Bellard <[email protected]> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | |
25 | Jocelyn Mayer <[email protected]> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | |
26 | Paul Brook <[email protected]> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | |
27 | Thiemo Seufer <[email protected]> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | |
28 | malc <[email protected]> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | |
3bd2608d | 29 | |
82585a31 AB |
30 | # Corrupted Author fields |
31 | Marek Dolata <[email protected]> [email protected] <[email protected]> | |
32 | Nick Hudson <[email protected]> [email protected] <[email protected]> | |
33 | ||
4cb01658 PM |
34 | # There is also a: |
35 | # (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162> | |
36 | # for the cvs2svn initialization commit e63c3dc74bf. | |
3bd2608d EB |
37 | |
38 | # Next, translate a few commits where mailman rewrote the From: line due | |
39 | # to strict SPF, although we prefer to avoid adding more entries like that. | |
40 | Ed Swierk <[email protected]> Ed Swierk via Qemu-devel <[email protected]> | |
41 | Ian McKellar <[email protected]> Ian McKellar via Qemu-devel <[email protected]> | |
42 | Julia Suvorova <[email protected]> Julia Suvorova via Qemu-devel <[email protected]> | |
43 | Justin Terry (VM) <[email protected]> Justin Terry (VM) via Qemu-devel <[email protected]> | |
44 | ||
6b97a1d8 | 45 | # Next, replace old addresses by a more recent one. |
0eac70b0 AM |
46 | Aleksandar Markovic <[email protected]> <[email protected]> |
47 | Aleksandar Markovic <[email protected]> <[email protected]> | |
48 | Aleksandar Markovic <[email protected]> <[email protected]> | |
97d89746 AM |
49 | Aleksandar Rikalo <[email protected]> <[email protected]> |
50 | Aleksandar Rikalo <[email protected]> <[email protected]> | |
0f57f8d8 | 51 | Alexander Graf <[email protected]> <[email protected]> |
63640d6a | 52 | Anthony Liguori <[email protected]> Anthony Liguori <[email protected]> |
2c092950 | 53 | Christian Borntraeger <[email protected]> <[email protected]> |
cdcb6395 | 54 | Filip Bozuta <[email protected]> <[email protected]> |
449fd1fc | 55 | Frederic Konrad <[email protected]> <[email protected]> |
3c9ef9c0 | 56 | Greg Kurz <[email protected]> <[email protected]> |
dab1e1e1 HC |
57 | Huacai Chen <[email protected]> <[email protected]> |
58 | Huacai Chen <[email protected]> <[email protected]> | |
63640d6a | 59 | James Hogan <[email protected]> <[email protected]> |
aff55693 | 60 | Leif Lindholm <[email protected]> <[email protected]> |
428a3777 | 61 | Radoslaw Biernacki <[email protected]> <[email protected]> |
2b107c2c PMD |
62 | Paul Burton <[email protected]> <[email protected]> |
63 | Paul Burton <[email protected]> <[email protected]> | |
64 | Paul Burton <[email protected]> <[email protected]> | |
65 | Paul Burton <[email protected]> <[email protected]> | |
90f285fd | 66 | Philippe Mathieu-Daudé <[email protected]> <[email protected]> |
f364a8d0 | 67 | Stefan Brankovic <[email protected]> <[email protected]> |
6b97a1d8 | 68 | Yongbok Kim <[email protected]> <[email protected]> |
3bd2608d | 69 | |
57bf554c | 70 | # Also list preferred name forms where people have changed their |
d668c82b | 71 | # git author config, or had utf8/latin1 encoding issues. |
1fed8f00 PMD |
72 | Aaron Lindsay <[email protected]> |
73 | Alexey Gerasimenko <[email protected]> | |
63a0eb69 | 74 | Alex Chen <[email protected]> |
1fed8f00 PMD |
75 | Alex Ivanov <[email protected]> |
76 | Andreas Färber <[email protected]> | |
77 | Bandan Das <[email protected]> | |
78 | Benjamin MARSILI <[email protected]> | |
79 | Benoît Canet <[email protected]> | |
80 | Benoît Canet <[email protected]> | |
81 | Benoît Canet <[email protected]> | |
82 | Boqun Feng <[email protected]> | |
83 | Boqun Feng <[email protected]> | |
84 | Brad Smith <[email protected]> | |
85 | Brijesh Singh <[email protected]> | |
86 | Brilly Wu <[email protected]> | |
87 | Cédric Vincent <[email protected]> | |
88 | CheneyLin <[email protected]> | |
89 | Chen Gang <[email protected]> | |
90 | Chen Gang <[email protected]> | |
91 | Chen Gang <[email protected]> | |
92 | Chen Wei-Ren <[email protected]> | |
93 | Christophe Lyon <[email protected]> | |
94 | Collin L. Walling <[email protected]> | |
57bf554c | 95 | Daniel P. Berrangé <[email protected]> |
1fed8f00 | 96 | Eduardo Otubo <[email protected]> |
98d3a724 | 97 | Erik Smit <[email protected]> |
1fed8f00 PMD |
98 | Fabrice Desclaux <[email protected]> |
99 | Fernando Luis Vázquez Cao <[email protected]> | |
100 | Fernando Luis Vázquez Cao <[email protected]> | |
101 | Gautham R. Shenoy <[email protected]> | |
102 | Gautham R. Shenoy <[email protected]> | |
103 | Gonglei (Arei) <[email protected]> | |
104 | Guang Wang <[email protected]> | |
63a0eb69 | 105 | Haibin Zhang <[email protected]> |
1fed8f00 | 106 | Hailiang Zhang <[email protected]> |
b0c4798f | 107 | Hanna Reitz <[email protected]> <[email protected]> |
1fed8f00 | 108 | Hervé Poussineau <[email protected]> |
63a0eb69 | 109 | Hyman Huang <[email protected]> |
1fed8f00 PMD |
110 | Jakub Jermář <[email protected]> |
111 | Jakub Jermář <[email protected]> | |
112 | Jean-Christophe Dubois <[email protected]> | |
113 | Jindřich Makovička <[email protected]> | |
114 | John Arbuckle <[email protected]> | |
115 | Juha Riihimäki <[email protected]> | |
116 | Juha Riihimäki <[email protected]> | |
117 | Jun Li <[email protected]> | |
118 | Laurent Vivier <[email protected]> | |
119 | Leandro Lupori <[email protected]> | |
120 | Li Guang <[email protected]> | |
121 | Liming Wang <[email protected]> | |
122 | linzhecheng <[email protected]> | |
123 | Liran Schour <[email protected]> | |
124 | Liu Yu <[email protected]> | |
125 | Liu Yu <[email protected]> | |
126 | Li Zhang <[email protected]> | |
127 | Li Zhang <[email protected]> | |
128 | Lluís Vilanova <[email protected]> | |
129 | Lluís Vilanova <[email protected]> | |
130 | Longpeng (Mike) <[email protected]> | |
131 | Luc Michel <[email protected]> | |
132 | Luc Michel <[email protected]> | |
133 | Marc Marí <[email protected]> | |
134 | Marc Marí <[email protected]> | |
135 | Michael Avdienko <[email protected]> | |
136 | Michael S. Tsirkin <[email protected]> | |
137 | Munkyu Im <[email protected]> | |
138 | Nicholas Bellinger <[email protected]> | |
139 | Nicholas Thomas <[email protected]> | |
140 | Nikunj A Dadhania <[email protected]> | |
141 | Orit Wasserman <[email protected]> | |
142 | Paolo Bonzini <[email protected]> | |
63a0eb69 | 143 | Pan Nengyuan <[email protected]> |
1fed8f00 PMD |
144 | Pavel Dovgaluk <[email protected]> |
145 | Pavel Dovgaluk <[email protected]> | |
146 | Pavel Dovgaluk <[email protected]> | |
147 | Peter Crosthwaite <[email protected]> | |
148 | Peter Crosthwaite <[email protected]> | |
149 | Peter Crosthwaite <[email protected]> | |
150 | Prasad J Pandit <[email protected]> | |
151 | Prasad J Pandit <[email protected]> | |
152 | Qiao Nuohan <[email protected]> | |
957e8b34 | 153 | Reimar Döffinger <[email protected]> |
1fed8f00 PMD |
154 | Remy Noel <[email protected]> |
155 | Roger Pau Monné <[email protected]> | |
156 | Shin'ichiro Kawasaki <[email protected]> | |
157 | Shin'ichiro Kawasaki <[email protected]> | |
158 | Sochin Jiang <[email protected]> | |
98d3a724 | 159 | Stefan Berger <[email protected]> <[email protected]> |
1fed8f00 PMD |
160 | Takashi Yoshii <[email protected]> |
161 | Thomas Huth <[email protected]> | |
162 | Thomas Knych <[email protected]> | |
163 | Timothy Baldwin <[email protected]> | |
164 | Tony Nguyen <[email protected]> | |
165 | Venkateswararao Jujjuri <[email protected]> | |
166 | Vibi Sreenivasan <[email protected]> | |
167 | Vijaya Kumar K <[email protected]> | |
168 | Vijaya Kumar K <[email protected]> | |
169 | Vijay Kumar <[email protected]> | |
170 | Vijay Kumar <[email protected]> | |
171 | Wang Guang <[email protected]> | |
172 | Wenchao Xia <[email protected]> | |
173 | Wenshuang Ma <[email protected]> | |
174 | Xiaoqiang Zhao <[email protected]> | |
175 | Xinhua Cao <[email protected]> | |
176 | Xiong Zhang <[email protected]> | |
177 | Yin Yin <[email protected]> | |
4065bb25 YCL |
178 | Yu-Chen Lin <[email protected]> |
179 | Yu-Chen Lin <[email protected]> <[email protected]> | |
1fed8f00 PMD |
180 | YunQiang Su <[email protected]> |
181 | YunQiang Su <[email protected]> | |
182 | Yuri Pudgorodskiy <[email protected]> | |
183 | Zhengui Li <[email protected]> | |
184 | Zhenwei Pi <[email protected]> | |
185 | Zhenwei Pi <[email protected]> | |
186 | Zhuang Yanying <[email protected]> |