Re: [ANNOUNCE] Git v2.15.0-rc0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



+ Rene
- kernel mailing list

On Thu, Oct 5, 2017 at 6:10 AM, Johannes Schindelin
<Johannes.Schindelin@xxxxxx> wrote:
> Hi Junio,
>
> On Thu, 5 Oct 2017, Junio C Hamano wrote:
>
>> New contributors whose contributions weren't in v2.14.0 are as follows.
>> Welcome to the Git development community!
>>
>>   Ann T Ropea, Daniel Watkins, Dimitrios Christidis, Eric Rannaud,
>>   Evan Zacks, Hielke Christian Braun, Ian Campbell, Ilya Kantor,
>>   Jameson Miller, Job Snijders, Joel Teichroeb, joernchen,
>>   Łukasz Gryglicki, Manav Rathi, Martin Ågren, Michael Forney,
>>   Patryk Obara, Rene Scharfe, Ross Kabus, and Urs Thuermann.
>                   ^^^^^^^^^^^^
>
> I think we need a .mailmap entry there... I guess the difference is the é
> vs e.
>
> Ciao,
> Dscho

Using the snippets from 94b410bba8 (.mailmap: Map email addresses
to names, 2013-07-12), I cc'd more people.

# Finding out duplicates by comparing email addresses:
git shortlog -sne |awk '{ print $NF }' |sort |uniq -d
 <jn.avila@xxxxxxx>
 <knittl89@xxxxxxxxxxxxxx>
 <l.s.r@xxxxxx>
 <matthias.ruester@xxxxxxxxx>
 <tigerkid001@xxxxxxxxx>
 <vi0oss@xxxxxxxxx>

Looking for duplicate names yields a lot of people, too:

# Finding out duplicates by comparing names:
git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d
 Adam Simpkins
 Alex Riesen
 Andreas Ericsson
 Andreas Schwab
 anonymous
 Avery Pennarun
 Beat Bolli
 Benoit Person
 Brian Gernhardt
 Carlos Martín Nieto
 Charles Bailey
 Clemens Buchacher
 Daniel Knittl-Frank
 David Barr
 David Turner
 Dotan Barak
 Edward Thomson
 Grégoire Paris
 Hartmut Henkel
 Jacob Keller
 Jason McMullan
 Jean-Noel Avila
 Jean-Noël AVILA
 Jiang Xin
 Joachim Jablon
 Joey Hess
 Jonathon Mah
 Kacper Kornet
 Kirill A. Shutemov
 Kirill Smelkov
 Kristian Høgsberg
 Lars Schneider
 Lukas Fleischer
 Marius Storm-Olsen
 Martin Koegler
 Martin Langhoff
 Matthieu Moy
 Michael Coleman
 Mike Ralphson
 Nick Alcock
 Nicolas Morey-Chaisemartin
 Olaf Hering
 Orgad Shaneh
 Paolo Bonzini
 Patrick Welche
 Paul Mackerras
 Raman Gupta
 Ray Chen
 Roberto Tyley
 Sam Hocevar
 Sven Strickroth
 Thorsten Glaser
 Tom G. Christensen
 Vitaly "_Vi" Shukela
 William Duclot
 Дилян Палаузов




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux