From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756958AbcHCAvA (ORCPT ); Tue, 2 Aug 2016 20:51:00 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:44096 "EHLO s-opensource.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751735AbcHCAuw (ORCPT ); Tue, 2 Aug 2016 20:50:52 -0400 Date: Tue, 2 Aug 2016 21:50:06 -0300 From: Mauro Carvalho Chehab To: Florian Mickler Cc: Joe Perches , Mauro Carvalho Chehab , Shuah Khan , LKML , git Subject: Re: get_maintainer.pl and .mailmap entries with more than 2 addresses Message-ID: <20160802215006.39462d7b@recife.lan> In-Reply-To: <6A56763C-D795-4943-AFE9-8A53ECD61AF6@mickler.org> References: <1470155781.3998.181.camel@perches.com> <6A56763C-D795-4943-AFE9-8A53ECD61AF6@mickler.org> Organization: Samsung X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, 03 Aug 2016 00:17:10 +0200 Florian Mickler escreveu: > cc'd mchehab@s-opensource.com (Mauro, is your kernel.org address up?) Yes, my kernel.org address is up. Better to keep it as the canonical address, as this is unlikely to change as it is not associated to an e-mail provider. > > Am Tue, 02 Aug 2016 09:36:21 -0700 > schrieb Joe Perches : > > > Hello Florian. > > > > There is at least an oddity with get_maintainer handling of a > > .mailmap entry form. > > > > For instance: > > > > Mauro's .mailmap entry is: > > Mauro Carvalho Chehab > > > > > > > > Is this a valid form? > > > > get_maintainer output for Mauro is: > > > > $ ./scripts/get_maintainer.pl drivers/media/ -f > > Mauro Carvalho Chehab > > > > (maintainer:MEDIA INPUT INFRASTRUCTURE > > (V4L/DVB)) > > > > I believe the Mauro's and Shuah's .mailmap entries are improper and > > should be changed, but I'm not completely aware of git .mailmap > > handling and the documentation seems weakly specified. > > > > Hmm.. looking at Mauros last .mailmap commit it seems like your patch is > ok for Mauro. > > Although and are probably > missing? (@Mauro) The mchehab@brturbo.com.br is indeed an old email that I used on my first submissions. I don't know a mywing81@gmail.com address... that looks really weird on my eyes... Hmm... $ git log --author "mywing81@gmail.com" commit fe8b671306c78a963934cb5d6e354178390b8c87 Author: Mauro Carvalho Chehab Date: Thu Sep 30 14:46:47 2010 -0300 [media] saa7134: port Asus P7131 Hybrid to use the new rc-core The rc map table were corrected thanks to Giorgio input and tests. Reported-by: Giorgio Vazzana Tested-by: Giorgio Vazzana Signed-off-by: Mauro Carvalho Chehab I don't remember the dirty details about such patch anymore... too many years ago. From the custody chain, I _suspect_ that Giorgio proposed a patch to be applied against the saa7134 driver, but the remote controller map table was moved to a separate file about 7 months before such patch by those changesets: 6686fa6917ca V4L/DVB: Break Remote Controller keymaps into modules 77b7422d48cd V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate file I likely rewrote his patch against the new driver, but somehow I mangled with the author name/email. In any case, mywing81@gmail.com should not be associated with me. > > $ git shortlog | grep "^Mauro C" > Mauro Carvalho Chehab (4404): > $ git log | grep "^Author:.*Mauro Carvalho Chehab" | sort | uniq -c > 2 Author: Mauro Carvalho Chehab > 146 Author: Mauro Carvalho Chehab > 645 Author: Mauro Carvalho Chehab > 794 Author: Mauro Carvalho Chehab > 2015 Author: Mauro Carvalho Chehab > 448 Author: Mauro Carvalho Chehab > 353 Author: Mauro Carvalho Chehab All above are my e-mails. Let's point them all to mchehab@kernel.org. > 1 Author: Mauro Carvalho Chehab This one is mangled and doesn't belong to me. So, it shouldn't be at the .mailmap file. > > > > Anyway, from a technical viewpoint your patches seem to fix > the .mailmap entry as the author intended. (See Junio's Email for the > documantation part) > But I would wait for the ack from Mauro and Shuah. With the above changes, Acked-by: Mauro Carvalho Chehab Thanks, Mauro