From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaFOy-0007zP-VH for qemu-devel@nongnu.org; Mon, 12 Dec 2011 18:35:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaFOv-0007la-Bw for qemu-devel@nongnu.org; Mon, 12 Dec 2011 18:35:20 -0500 Received: from e5.ny.us.ibm.com ([32.97.182.145]:40298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaFOv-0007lQ-8D for qemu-devel@nongnu.org; Mon, 12 Dec 2011 18:35:17 -0500 Received: from /spool/local by e5.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 Dec 2011 18:35:16 -0500 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBCNZDOA280482 for ; Mon, 12 Dec 2011 18:35:13 -0500 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBCNZB7S028505 for ; Mon, 12 Dec 2011 16:35:12 -0700 Message-ID: <4EE68FAD.6080803@us.ibm.com> Date: Mon, 12 Dec 2011 17:35:09 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1323687506-8991-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1323687506-8991-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; 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: patches@linaro.org, qemu-devel@nongnu.org, Blue Swirl , Paul Brook , "Edgar E. Iglesias" , Aurelien Jarno On 12/12/2011 04:58 AM, Peter Maydell wrote: > Add a .mailmap file so 'git shortlog' can map the unfriendly > pre-git-conversion author entries to real names. > > Signed-off-by: Peter Maydell Applied. Thanks. Regards, Anthony Liguori > --- > 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.