From patchwork Wed Oct 26 17:36:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 4838 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 E807323E04 for ; Wed, 26 Oct 2011 17:36:41 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id B9B0AA1815A for ; Wed, 26 Oct 2011 17:36:39 +0000 (UTC) Received: by faan26 with SMTP id n26so2576552faa.11 for ; Wed, 26 Oct 2011 10:36:39 -0700 (PDT) Received: by 10.223.77.71 with SMTP id f7mr60410358fak.33.1319650599500; Wed, 26 Oct 2011 10:36:39 -0700 (PDT) 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.152.1.71 with SMTP id 7cs23262lak; Wed, 26 Oct 2011 10:36:39 -0700 (PDT) Received: by 10.227.209.21 with SMTP id ge21mr11429566wbb.6.1319650594536; Wed, 26 Oct 2011 10:36:34 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [81.2.115.146]) by mx.google.com with ESMTPS id gh20si1891189wbb.113.2011.10.26.10.36.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Oct 2011 10:36:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1RJ7Oy-0003ix-7R; Wed, 26 Oct 2011 18:36:32 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org Subject: [RFC] Add a .mailmap to map pre-git-conversion authors to friendly names Date: Wed, 26 Oct 2011 18:36:32 +0100 Message-Id: <1319650592-14292-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 Add a .mailmap file so 'git shortlog' can map the unfriendly pre-git-conversion author entries to real names. Signed-off-by: Peter Maydell --- 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 aurel32 +Blue Swirl blueswir1 +Anthony Liguori aliguori +Edgar E. Iglesias edgar_igl +malc malc +Paul Brook pbrook +Andrzej Zaborowski balrog +Thiemo Seufer ths +# +# Weird addresses with no translation because they have made no commits since the +# switchover to git: +# bellard +# j_mayer +# +# There is also a: +# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162> +# for the cvs2svn initialization commit e63c3dc74bf.