From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWCaV-0004sO-SV for qemu-devel@nongnu.org; Thu, 01 Dec 2011 14:46:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWCaS-0005EK-Ce for qemu-devel@nongnu.org; Thu, 01 Dec 2011 14:46:31 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:40844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWCaS-0005E7-5Z for qemu-devel@nongnu.org; Thu, 01 Dec 2011 14:46:28 -0500 Message-ID: <4ED7D960.30804@weilnetz.de> Date: Thu, 01 Dec 2011 20:45:36 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1322765724-24393-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1322765724-24393-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Peter Maydell Cc: qemu-devel@nongnu.org Am 01.12.2011 19:55, schrieb 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 > > .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. I suggest keeping this list sorted (alphabetically, starting with first column). That makes adding new entries easier. New entries are useful for doublets like this one: Venkateswararao Jujjuri Venkateswararao Jujjuri (JV) Regards Stefan