All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Beller <sbeller@google.com>
To: "Johannes Schindelin" <Johannes.Schindelin@gmx.de>,
	"René Scharfe" <l.s.r@web.de>,
	"Jean-Noël Avila" <jn.avila@free.fr>,
	knittl89@googlemail.com,
	"Matthias Rüster" <matthias.ruester@gmail.com>,
	tigerkid001@gmail.com, vi0oss <vi0oss@gmail.com>
Cc: Junio C Hamano <gitster@pobox.com>,
	"git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: [ANNOUNCE] Git v2.15.0-rc0
Date: Thu, 5 Oct 2017 10:28:03 -0700	[thread overview]
Message-ID: <CAGZ79kb67Up1uosWrC18idLDz1rv5hU16yA5QSZfxU9zg4-iZA@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.21.1.1710051509360.40514@virtualbox>

+ Rene
- kernel mailing list

On Thu, Oct 5, 2017 at 6:10 AM, Johannes Schindelin
<Johannes.Schindelin@gmx.de> 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@free.fr>
 <knittl89@googlemail.com>
 <l.s.r@web.de>
 <matthias.ruester@gmail.com>
 <tigerkid001@gmail.com>
 <vi0oss@gmail.com>

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
 Дилян Палаузов

      reply	other threads:[~2017-10-05 17:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-05  5:55 [ANNOUNCE] Git v2.15.0-rc0 Junio C Hamano
2017-10-05  6:09 ` Jeff King
2017-10-05 13:10 ` Johannes Schindelin
2017-10-05 17:28   ` Stefan Beller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGZ79kb67Up1uosWrC18idLDz1rv5hU16yA5QSZfxU9zg4-iZA@mail.gmail.com \
    --to=sbeller@google.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jn.avila@free.fr \
    --cc=knittl89@googlemail.com \
    --cc=l.s.r@web.de \
    --cc=matthias.ruester@gmail.com \
    --cc=tigerkid001@gmail.com \
    --cc=vi0oss@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.