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.mayd...@linaro.org>
---
I've had this kicking around in my working tree for a while, but it seems
like it's more generally useful. Opinions?

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

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..6f968d8
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,20 @@
+# 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.
+#
+Aurelien Jarno <aurel...@aurel32.net> aurel32 
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
+Blue Swirl <blauwir...@gmail.com> blueswir1 
<blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
+Anthony Liguori <aligu...@us.ibm.com> aliguori 
<aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
+Edgar E. Iglesias <edgar.igles...@gmail.com> edgar_igl 
<edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
+malc <av1...@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
+Paul Brook <p...@codesourcery.com> pbrook 
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
+Andrzej Zaborowski <bal...@zabor.org> balrog 
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
+Thiemo Seufer <t...@networkno.de> ths 
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
+#
+# Weird addresses with no translation because they have made no commits since 
the
+# switchover to git:
+#    bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
+#    j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
+#
+# 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