All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Corrections to the mailmap file
@ 2013-07-04 14:04 Stefan Beller
  2013-07-04 14:04 ` [PATCH 1/6] .mailmap: Multiple email addresses of Alejandro R. Sedeño Stefan Beller
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Stefan Beller @ 2013-07-04 14:04 UTC (permalink / raw)
  To: git; +Cc: Stefan Beller

Hello,

I noticed many duplicates in email addresses but having the same name by
running:

    # Finding out duplicates by comparing names:
    git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d

Most of these entries are most probably the same person, but we cannot be 
sure, as there might be different persons having the same name, then they
are only distinguished by the mail address.

However I suspect most of these to be the same person, having changed 
mail addresses.

Here comes an initial batch of corrections to the mailmap file, which
maps people with email addresses of different capitalization onto
the same entity.
(Example Name@MIT.EDU is the same as Name@mit.edu)

I intend to contact each of the persons individually and ask whether 
just their mail address changed, or if they are indeed different persons.

Stefan Beller

Stefan Beller (6):
  .mailmap: Multiple email addresses of Alejandro R. Sedeño
  .mailmap: Multiple mail addresses of Alex Riesen
  .mailmap: Multiple mail addresses of Paul Mackerras
  .mailmap: Multiple mail addresses of Keith Cascio
  .mailmap: Multiple mail addresses of Johannes Schindelin
  .mailmap: Multiple mail addresses of Toby Allsopp

 .mailmap | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
1.8.3.2.636.g7943f03

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-07-12 19:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-04 14:04 [PATCH 0/6] Corrections to the mailmap file Stefan Beller
2013-07-04 14:04 ` [PATCH 1/6] .mailmap: Multiple email addresses of Alejandro R. Sedeño Stefan Beller
2013-07-04 14:04 ` [PATCH 2/6] .mailmap: Multiple mail addresses of Alex Riesen Stefan Beller
2013-07-04 14:04 ` [PATCH 3/6] .mailmap: Multiple mail addresses of Paul Mackerras Stefan Beller
2013-07-04 14:04 ` [PATCH 4/6] .mailmap: Multiple mail addresses of Keith Cascio Stefan Beller
2013-07-04 14:04 ` [PATCH 5/6] .mailmap: Multiple mail addresses of Johannes Schindelin Stefan Beller
2013-07-04 14:04 ` [PATCH 6/6] .mailmap: Multiple mail addresses of Toby Allsopp Stefan Beller
2013-07-04 14:37 ` [PATCH 0/6] Corrections to the mailmap file Stefan Beller
2013-07-11 17:33 ` Junio C Hamano
2013-07-11 17:52   ` Stefan Beller
2013-07-11 18:16     ` Junio C Hamano
2013-07-12 11:49   ` [PATCH v2] " Stefan Beller
2013-07-12 11:49     ` [PATCH] .mailmap: Map email addresses to names Stefan Beller
2013-07-12 16:31       ` Junio C Hamano
2013-07-12 18:57       ` Jonathan Nieder
2013-07-12 19:02         ` Stefan Beller
2013-07-12 19:10           ` Stefan Beller
2013-07-12 16:27     ` [PATCH v2] Corrections to the mailmap file Junio C Hamano

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.