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: 5593 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 07CBD23E19 for ; Mon, 12 Dec 2011 10:58:33 +0000 (UTC) Received: from mail-bw0-f52.google.com (mail-bw0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id E713AA1825C for ; Mon, 12 Dec 2011 10:58:32 +0000 (UTC) Received: by bke17 with SMTP id 17so7053634bke.11 for ; Mon, 12 Dec 2011 02:58:32 -0800 (PST) Received: by 10.204.157.12 with SMTP id z12mr6701972bkw.18.1323687512589; Mon, 12 Dec 2011 02:58:32 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.129.2 with SMTP id hg2cs44086bkc; Mon, 12 Dec 2011 02:58:32 -0800 (PST) Received: by 10.216.230.215 with SMTP id j65mr2177225weq.104.1323687510655; Mon, 12 Dec 2011 02:58:30 -0800 (PST) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk. [212.13.197.229]) by mx.google.com with ESMTPS id x5si121460wiw.26.2011.12.12.02.58.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Dec 2011 02:58:30 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of pmaydell@chiark.greenend.org.uk designates 212.13.197.229 as permitted sender) client-ip=212.13.197.229; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pmaydell@chiark.greenend.org.uk designates 212.13.197.229 as permitted sender) smtp.mail=pmaydell@chiark.greenend.org.uk 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 Cc: patches@linaro.org, Aurelien Jarno , Blue Swirl , Anthony Liguori , "Edgar E. Iglesias" , malc , Paul Brook , Andrzej Zaborowski Subject: [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names 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 Sender: Peter Maydell 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.