git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] .mailmap: Map different names with the same email address together
@ 2014-07-10 12:48 Stefan Beller
  2014-07-17 14:29 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Beller @ 2014-07-10 12:48 UTC (permalink / raw)
  To: jl, ksaitoh560, vnwildman, git; +Cc: Stefan Beller

Pretty much one year ago
(94b410bba864, Jul 12 2013, .mailmap: Map email addresses to names)
I cleaned up the output of `git shortlog -sne` of git.git by writing a
.mailmap file fot the git.git project.
Now I find some time again for another review.
During the year Jens, Kazuki and Trần contributed to git.git using
different names, but the same email address.

Would you mind to acknowledge this change to the mailmap file?

Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
---
 .mailmap | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.mailmap b/.mailmap
index 11057cb..2edbeb5 100644
--- a/.mailmap
+++ b/.mailmap
@@ -85,6 +85,7 @@ Jeff King <peff@peff.net> <peff@github.com>
 Jeff Muizelaar <jmuizelaar@mozilla.com> <jeff@infidigm.net>
 Jens Axboe <axboe@kernel.dk> <axboe@suse.de>
 Jens Axboe <axboe@kernel.dk> <jens.axboe@oracle.com>
+Jens Lindström <jl@opera.com> Jens Lindstrom <jl@opera.com>
 Jim Meyering <jim@meyering.net> <meyering@redhat.com>
 Joachim Berdal Haga <cjhaga@fys.uio.no>
 Johannes Schindelin <Johannes.Schindelin@gmx.de> <johannes.schindelin@gmx.de>
@@ -113,6 +114,7 @@ Karsten Blees <blees@dcon.de> <karsten.blees@dcon.de>
 Karsten Blees <blees@dcon.de> <karsten.blees@gmail.com>
 Kay Sievers <kay.sievers@vrfy.org> <kay.sievers@suse.de>
 Kay Sievers <kay.sievers@vrfy.org> <kay@mam.(none)>
+Kazuki Saitoh <ksaitoh560@gmail.com> kazuki saitoh <ksaitoh560@gmail.com>
 Keith Cascio <keith@CS.UCLA.EDU> <keith@cs.ucla.edu>
 Kent Engstrom <kent@lysator.liu.se>
 Kevin Leung <kevinlsk@gmail.com>
@@ -229,6 +231,7 @@ Tommi Virtanen <tv@debian.org> <tv@inoi.fi>
 Tommy Thorn <tommy-git@thorn.ws> <tt1729@yahoo.com>
 Tony Luck <tony.luck@intel.com>
 Tor Arne Vestbø <torarnv@gmail.com> <tavestbo@trolltech.com>
+Trần Ngọc Quân <vnwildman@gmail.com> Tran Ngoc Quan <vnwildman@gmail.com>
 Trent Piepho <tpiepho@gmail.com> <tpiepho@freescale.com>
 Trent Piepho <tpiepho@gmail.com> <xyzzy@speakeasy.org>
 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> <Uwe.Kleine-Koenig@digi.com>
-- 
2.0.1.472.g6f92e5f

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

* Re: [PATCH] .mailmap: Map different names with the same email address together
  2014-07-10 12:48 [PATCH] .mailmap: Map different names with the same email address together Stefan Beller
@ 2014-07-17 14:29 ` Junio C Hamano
  2014-07-17 14:32   ` Stefan Beller
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2014-07-17 14:29 UTC (permalink / raw)
  To: Stefan Beller; +Cc: jl, ksaitoh560, vnwildman, git, Stefan Beller

Stefan Beller <stefanbeller@gmail.com> writes:

> Pretty much one year ago
> (94b410bba864, Jul 12 2013, .mailmap: Map email addresses to names)
> I cleaned up the output of `git shortlog -sne` of git.git by writing a
> .mailmap file fot the git.git project.
> Now I find some time again for another review.
> During the year Jens, Kazuki and Trần contributed to git.git using
> different names, but the same email address.
>
> Would you mind to acknowledge this change to the mailmap file?
>
> Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
> ---

It has been a week since this was asked to be eyeballed.  People do
not have objection, or they do not hang around this circle any more.
I would imagine that it does not matter to them a bit how their
names are spelled around here in the latter case.  Or they may have
responded privately to you.

If you received a private "no" to some entries, please advise;
otherwise I would say the patch is ready to be picked up.

Thanks.

>  .mailmap | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/.mailmap b/.mailmap
> index 11057cb..2edbeb5 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -85,6 +85,7 @@ Jeff King <peff@peff.net> <peff@github.com>
>  Jeff Muizelaar <jmuizelaar@mozilla.com> <jeff@infidigm.net>
>  Jens Axboe <axboe@kernel.dk> <axboe@suse.de>
>  Jens Axboe <axboe@kernel.dk> <jens.axboe@oracle.com>
> +Jens Lindström <jl@opera.com> Jens Lindstrom <jl@opera.com>
>  Jim Meyering <jim@meyering.net> <meyering@redhat.com>
>  Joachim Berdal Haga <cjhaga@fys.uio.no>
>  Johannes Schindelin <Johannes.Schindelin@gmx.de> <johannes.schindelin@gmx.de>
> @@ -113,6 +114,7 @@ Karsten Blees <blees@dcon.de> <karsten.blees@dcon.de>
>  Karsten Blees <blees@dcon.de> <karsten.blees@gmail.com>
>  Kay Sievers <kay.sievers@vrfy.org> <kay.sievers@suse.de>
>  Kay Sievers <kay.sievers@vrfy.org> <kay@mam.(none)>
> +Kazuki Saitoh <ksaitoh560@gmail.com> kazuki saitoh <ksaitoh560@gmail.com>
>  Keith Cascio <keith@CS.UCLA.EDU> <keith@cs.ucla.edu>
>  Kent Engstrom <kent@lysator.liu.se>
>  Kevin Leung <kevinlsk@gmail.com>
> @@ -229,6 +231,7 @@ Tommi Virtanen <tv@debian.org> <tv@inoi.fi>
>  Tommy Thorn <tommy-git@thorn.ws> <tt1729@yahoo.com>
>  Tony Luck <tony.luck@intel.com>
>  Tor Arne Vestbø <torarnv@gmail.com> <tavestbo@trolltech.com>
> +Trần Ngọc Quân <vnwildman@gmail.com> Tran Ngoc Quan <vnwildman@gmail.com>
>  Trent Piepho <tpiepho@gmail.com> <tpiepho@freescale.com>
>  Trent Piepho <tpiepho@gmail.com> <xyzzy@speakeasy.org>
>  Uwe Kleine-König <u.kleine-koenig@pengutronix.de> <Uwe.Kleine-Koenig@digi.com>

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

* Re: [PATCH] .mailmap: Map different names with the same email address together
  2014-07-17 14:29 ` Junio C Hamano
@ 2014-07-17 14:32   ` Stefan Beller
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Beller @ 2014-07-17 14:32 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: jl, ksaitoh560, vnwildman, git, Stefan Beller

On 17.07.2014 16:29, Junio C Hamano wrote:
> If you received a private "no" to some entries, please advise;
> otherwise I would say the patch is ready to be picked up.

I have received neither a no nor a yes privately.
So please pick it up as you like.

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

end of thread, other threads:[~2014-07-17 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 12:48 [PATCH] .mailmap: Map different names with the same email address together Stefan Beller
2014-07-17 14:29 ` Junio C Hamano
2014-07-17 14:32   ` Stefan Beller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).