From patchwork Mon Dec 12 10:58:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 130703 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id F0EFA1007D1 for ; Mon, 12 Dec 2011 21:59:04 +1100 (EST) Received: from localhost ([::1]:58326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra3aw-0000UA-Ud for incoming@patchwork.ozlabs.org; Mon, 12 Dec 2011 05:58:54 -0500 Received: from eggs.gnu.org ([140.186.70.92]:38616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra3am-0000Te-HR for qemu-devel@nongnu.org; Mon, 12 Dec 2011 05:58:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra3af-0007oe-Gb for qemu-devel@nongnu.org; Mon, 12 Dec 2011 05:58:44 -0500 Received: from chiark.greenend.org.uk ([212.13.197.229]:48069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra3af-0007nP-C2 for qemu-devel@nongnu.org; Mon, 12 Dec 2011 05:58:37 -0500 Received: by chiark.greenend.org.uk (Debian Exim 4.69 #1) with local (return-path pmaydell@chiark.greenend.org.uk) id 1Ra3aU-0002Lr-Db; Mon, 12 Dec 2011 10:58:26 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Date: Mon, 12 Dec 2011 10:58:26 +0000 Message-Id: <1323687506-8991-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.5.6.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 212.13.197.229 Cc: Anthony Liguori , patches@linaro.org, Blue Swirl , Paul Brook , "Edgar E. Iglesias" , Aurelien Jarno Subject: [Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 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 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.