Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1455507
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: get_maintainer.pl and .mailmap entries with more than 2 addresses |
| Date | 2016-08-03 00:30 +0200 |
| Message-ID | <s1Qmd-2er-5@gated-at.bofh.it> (permalink) |
| References | <s1KTw-6WK-43@gated-at.bofh.it> <s1Qmd-2er-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 2016-08-03 at 00:17 +0200, Florian Mickler wrote: > cc'd mchehab@s-opensource.com (Mauro, is your kernel.org address up?) > > Am Tue, 02 Aug 2016 09:36:21 -0700 > schrieb Joe Perches <joe@perches.com>: > > > > > 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 <mchehab@kernel.org> <maurochehab@gmail.com> > > <mchehab@infradead.org> <mchehab@redhat.com> <m.chehab@samsung.com> > > <mchehab@osg.samsung.com> <mchehab@s-opensource.com> > > > > Is this a valid form? > > > > get_maintainer output for Mauro is: > > > > $ ./scripts/get_maintainer.pl drivers/media/ -f > > Mauro Carvalho Chehab <mchehab@kernel.org> <maurochehab@gmail.com> > > <mchehab@infradead.org> <mchehab@redhat.com> <m.chehab@samsung.com> > > <mchehab@osg.samsung.com> (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 <mywing81@gmail.com> and <mchehab@brturbo.com.br> are probably > missing? (@Mauro) > > > $ git shortlog | grep "^Mauro C" > Mauro Carvalho Chehab (4404): > $ git log | grep "^Author:.*Mauro Carvalho Chehab" | sort | uniq -c > 2 Author: Mauro Carvalho Chehab <maurochehab@gmail.com> > 146 Author: Mauro Carvalho Chehab <mchehab@brturbo.com.br> > 645 Author: Mauro Carvalho Chehab <mchehab@infradead.org> > 794 Author: Mauro Carvalho Chehab <mchehab@osg.samsung.com> > 2015 Author: Mauro Carvalho Chehab <mchehab@redhat.com> > 448 Author: Mauro Carvalho Chehab <m.chehab@samsung.com> > 353 Author: Mauro Carvalho Chehab <mchehab@s-opensource.com> > 1 Author: Mauro Carvalho Chehab <mywing81@gmail.com> > > > > 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. As far as I understand, a single entry with just their name and preferred email address would work too because the name parts are all spelled identically.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
get_maintainer.pl and .mailmap entries with more than 2 addresses Joe Perches <joe@perches.com> - 2016-08-02 18:40 +0200
Re: get_maintainer.pl and .mailmap entries with more than 2 addresses Junio C Hamano <gitster@pobox.com> - 2016-08-02 20:20 +0200
Re: get_maintainer.pl and .mailmap entries with more than 2 addresses Joe Perches <joe@perches.com> - 2016-08-03 00:30 +0200
Re: get_maintainer.pl and .mailmap entries with more than 2 addresses Shuah Khan <shuah@kernel.org> - 2016-08-03 01:30 +0200
Re: get_maintainer.pl and .mailmap entries with more than 2 addresses Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-08-03 03:00 +0200
csiph-web