From 4cb016587a34fee08f42ab04ba6daa7842f41228 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Mon, 12 Dec 2011 10:58:26 +0000 Subject: 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 Signed-off-by: Anthony Liguori --- .mailmap | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .mailmap (limited to '.mailmap') 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 balrog +Anthony Liguori aliguori +Aurelien Jarno aurel32 +Blue Swirl blueswir1 +Edgar E. Iglesias edgar_igl +Fabrice Bellard bellard +Jocelyn Mayer j_mayer +Paul Brook pbrook +Thiemo Seufer ths +malc malc +# There is also a: +# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162> +# for the cvs2svn initialization commit e63c3dc74bf. -- cgit v1.2.1