From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR7RI-0008J1-FQ for qemu-devel@nongnu.org; Thu, 17 Nov 2011 14:16:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR7RE-0001VI-TU for qemu-devel@nongnu.org; Thu, 17 Nov 2011 14:16:00 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:55079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR7RE-0001VA-QS for qemu-devel@nongnu.org; Thu, 17 Nov 2011 14:15:56 -0500 Received: by ggnr4 with SMTP id r4so1758319ggn.4 for ; Thu, 17 Nov 2011 11:15:55 -0800 (PST) Message-ID: <4EC55D67.8030300@codemonkey.ws> Date: Thu, 17 Nov 2011 13:15:51 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1319650592-14292-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] 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, patches@linaro.org On 11/17/2011 12:10 PM, Peter Maydell wrote: > ...nobody cares at all either way? (in which case we should commit > it for my personal benefit if nothing else ;-)) Oh, I just missed it since it didn't have [PATCH] in the header. I'd be happy to apply this. Regards, Anthony Liguori > > -- PMM > > On 26 October 2011 18:36, 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 >> --- >> 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. >> -- >> 1.7.1 >