qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to


From: Peter Maydell
Subject: [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
Date: Mon, 12 Dec 2011 10:58:26 +0000

Add a .mailmap file so 'git shortlog' can map the unfriendly
pre-git-conversion author entries to real names.

Signed-off-by: Peter Maydell <address@hidden>
---
v1->v2:
 fixed Andrzej's email to match MAINTAINERS file
 added entries for Fabrice Bellard, Jocelyn Mayer
 cc'd active maintainers with an entry in the mailmap
v2->v3:
 sorted into alpha order by first column

 .mailmap |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 .mailmap

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..9797802
--- /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 <address@hidden> balrog <address@hidden>
+Anthony Liguori <address@hidden> aliguori <address@hidden>
+Aurelien Jarno <address@hidden> aurel32 <address@hidden>
+Blue Swirl <address@hidden> blueswir1 <address@hidden>
+Edgar E. Iglesias <address@hidden> edgar_igl <address@hidden>
+Fabrice Bellard <address@hidden> bellard <address@hidden>
+Jocelyn Mayer <address@hidden> j_mayer <address@hidden>
+Paul Brook <address@hidden> pbrook <address@hidden>
+Thiemo Seufer <address@hidden> ths <address@hidden>
+malc <address@hidden> malc <address@hidden>
+# There is also a:
+#    (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162>
+# for the cvs2svn initialization commit e63c3dc74bf.
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]