From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWBnK-0008LW-RJ for qemu-devel@nongnu.org; Thu, 01 Dec 2011 13:55:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWBnH-0002Fz-6Z for qemu-devel@nongnu.org; Thu, 01 Dec 2011 13:55:42 -0500 Received: from chiark.greenend.org.uk ([212.13.197.229]:58571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWBnH-0002E9-1g for qemu-devel@nongnu.org; Thu, 01 Dec 2011 13:55:39 -0500 From: Peter Maydell Date: Thu, 1 Dec 2011 18:55:24 +0000 Message-Id: <1322765724-24393-1-git-send-email-peter.maydell@linaro.org> Sender: Peter Maydell Subject: [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , patches@linaro.org, Blue Swirl , Paul Brook , "Edgar E. Iglesias" , Aurelien Jarno Add a .mailmap file so 'git shortlog' can map the unfriendly pre-git-conversion author entries to real names. Signed-off-by: Peter Maydell --- 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 .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..80ea514 --- /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. +# +Aurelien Jarno aurel32 +Blue Swirl blueswir1 +Anthony Liguori aliguori +Edgar E. Iglesias edgar_igl +malc malc +Paul Brook pbrook +Andrzej Zaborowski balrog +Thiemo Seufer ths +Fabrice Bellard bellard +Jocelyn Mayer j_mayer +# There is also a: +# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162> +# for the cvs2svn initialization commit e63c3dc74bf. -- 1.7.1