diff options
author | Peter Maydell | 2011-12-12 11:58:26 +0100 |
---|---|---|
committer | Anthony Liguori | 2011-12-13 00:06:21 +0100 |
commit | 4cb016587a34fee08f42ab04ba6daa7842f41228 (patch) | |
tree | b003effb542b582c518ebb6cd299b4d512fe0139 /.mailmap | |
parent | unix_close(): check for close() errors too (v2) (diff) | |
download | qemu-4cb016587a34fee08f42ab04ba6daa7842f41228.tar.gz qemu-4cb016587a34fee08f42ab04ba6daa7842f41228.tar.xz qemu-4cb016587a34fee08f42ab04ba6daa7842f41228.zip |
Add a .mailmap to map pre-git-conversion authors to friendly names
Add a .mailmap file so 'git shortlog' can map the unfriendly
pre-git-conversion author entries to real names.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to '.mailmap')
-rw-r--r-- | .mailmap | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000..9797802aaa --- /dev/null +++ b/.mailmap @@ -0,0 +1,16 @@ +# This mailmap just translates the weird addresses from the original import into git +# into proper addresses so that they are counted properly in git shortlog output. +# +Andrzej Zaborowski <balrogg@gmail.com> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> +Anthony Liguori <aliguori@us.ibm.com> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> +Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> +Blue Swirl <blauwirbel@gmail.com> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> +Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> +Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> +Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> +Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> +Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> +malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> +# There is also a: +# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162> +# for the cvs2svn initialization commit e63c3dc74bf. |