public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .mailmap: fix and expand mappings for Jean-Noël Avila
@ 2026-01-21 21:51 kristofferhaugsbakk
  2026-01-21 22:38 ` Junio C Hamano
  2026-01-22  8:25 ` Jean-Noël Avila
  0 siblings, 2 replies; 4+ messages in thread
From: kristofferhaugsbakk @ 2026-01-21 21:51 UTC (permalink / raw)
  To: git; +Cc: Kristoffer Haugsbakk, jn.avila

From: Kristoffer Haugsbakk <code@khaugsbakk.name>

The latest release candidate notes say that there is a new contributor:

    Jean-Noël Avila via GitGitGadget, ...

But this is a familiar face, just in a G.G. Gadget trench coat.

Also map the rest of the idents in the history.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
---

Notes (series):
    Tested with:
    
        git shortlog -e
    
        git shortlog -e \
            --group=trailer:helped-by \
            --group=trailer:acked-by \
            --group=trailer:reviewed-by \
            --group=trailer:noticed-by \
            --group=trailer:reported-by

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

diff --git a/.mailmap b/.mailmap
index 3cf26b1add0..799734821b4 100644
--- a/.mailmap
+++ b/.mailmap
@@ -107,6 +107,9 @@ Jason Riedy <ejr@eecs.berkeley.edu> <ejr@cs.berkeley.edu>
 Jay Soffian <jaysoffian@gmail.com> <jaysoffian+git@gmail.com>
 Jean-Noël Avila <jn.avila@free.fr> Jean-Noel Avila
 Jean-Noël Avila <jn.avila@free.fr> Jean-Noël AVILA
+Jean-Noël Avila <jn.avila@free.fr> Jean-Noel Avila <jean-noel.avila@scantech.fr>
+Jean-Noël Avila <jn.avila@free.fr> Jean-Noël AVILA <avila.jn@gmail.com>
+Jean-Noël Avila <jn.avila@free.fr> Jean-Noël Avila via GitGitGadget <gitgitgadget@gmail.com>
 Jeff King <peff@peff.net> <peff@github.com>
 Jeff Muizelaar <jmuizelaar@mozilla.com> <jeff@infidigm.net>
 Jens Axboe <axboe@kernel.dk> <axboe@suse.de>

base-commit: 83a69f19359e6d9bc980563caca38b2b5729808c
-- 
2.52.0


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

* Re: [PATCH] .mailmap: fix and expand mappings for Jean-Noël Avila
  2026-01-21 21:51 [PATCH] .mailmap: fix and expand mappings for Jean-Noël Avila kristofferhaugsbakk
@ 2026-01-21 22:38 ` Junio C Hamano
  2026-01-21 22:52   ` Junio C Hamano
  2026-01-22  8:25 ` Jean-Noël Avila
  1 sibling, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2026-01-21 22:38 UTC (permalink / raw)
  To: kristofferhaugsbakk; +Cc: git, Kristoffer Haugsbakk, jn.avila

kristofferhaugsbakk@fastmail.com writes:

> From: Kristoffer Haugsbakk <code@khaugsbakk.name>
>
> The latest release candidate notes say that there is a new contributor:
>
>     Jean-Noël Avila via GitGitGadget, ...

Thanks.

This is bad, as I thought "via GitGitGadget" name will never be
exposed to "git am" (in other words, GGG will always use the "From:"
in-body header to protect the author identity).

Will apply.  Thanks.

>
> But this is a familiar face, just in a G.G. Gadget trench coat.
>
> Also map the rest of the idents in the history.
>
> Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
> ---
>
> Notes (series):
>     Tested with:
>     
>         git shortlog -e
>     
>         git shortlog -e \
>             --group=trailer:helped-by \
>             --group=trailer:acked-by \
>             --group=trailer:reviewed-by \
>             --group=trailer:noticed-by \
>             --group=trailer:reported-by
>
>  .mailmap | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/.mailmap b/.mailmap
> index 3cf26b1add0..799734821b4 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -107,6 +107,9 @@ Jason Riedy <ejr@eecs.berkeley.edu> <ejr@cs.berkeley.edu>
>  Jay Soffian <jaysoffian@gmail.com> <jaysoffian+git@gmail.com>
>  Jean-Noël Avila <jn.avila@free.fr> Jean-Noel Avila
>  Jean-Noël Avila <jn.avila@free.fr> Jean-Noël AVILA
> +Jean-Noël Avila <jn.avila@free.fr> Jean-Noel Avila <jean-noel.avila@scantech.fr>
> +Jean-Noël Avila <jn.avila@free.fr> Jean-Noël AVILA <avila.jn@gmail.com>
> +Jean-Noël Avila <jn.avila@free.fr> Jean-Noël Avila via GitGitGadget <gitgitgadget@gmail.com>
>  Jeff King <peff@peff.net> <peff@github.com>
>  Jeff Muizelaar <jmuizelaar@mozilla.com> <jeff@infidigm.net>
>  Jens Axboe <axboe@kernel.dk> <axboe@suse.de>
>
> base-commit: 83a69f19359e6d9bc980563caca38b2b5729808c

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

* Re: [PATCH] .mailmap: fix and expand mappings for Jean-Noël Avila
  2026-01-21 22:38 ` Junio C Hamano
@ 2026-01-21 22:52   ` Junio C Hamano
  0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2026-01-21 22:52 UTC (permalink / raw)
  To: kristofferhaugsbakk; +Cc: git, Kristoffer Haugsbakk, jn.avila

Junio C Hamano <gitster@pobox.com> writes:

> kristofferhaugsbakk@fastmail.com writes:
>
>> From: Kristoffer Haugsbakk <code@khaugsbakk.name>
>>
>> The latest release candidate notes say that there is a new contributor:
>>
>>     Jean-Noël Avila via GitGitGadget, ...
>
> Thanks.
>
> This is bad, as I thought "via GitGitGadget" name will never be
> exposed to "git am" (in other words, GGG will always use the "From:"
> in-body header to protect the author identity).

It seems that I invented the patch text, inserted it into some cover
letter that was available nearby, and applied it, so GGG wasn't
involved in it at all (GGG does not give the in-body "From:" to
cover letters, so it is entirely my fault that I failed to notice
that the e-mail "From:" that points at GGG was used).


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

* Re: [PATCH] .mailmap: fix and expand mappings for Jean-Noël Avila
  2026-01-21 21:51 [PATCH] .mailmap: fix and expand mappings for Jean-Noël Avila kristofferhaugsbakk
  2026-01-21 22:38 ` Junio C Hamano
@ 2026-01-22  8:25 ` Jean-Noël Avila
  1 sibling, 0 replies; 4+ messages in thread
From: Jean-Noël Avila @ 2026-01-22  8:25 UTC (permalink / raw)
  To: kristofferhaugsbakk, git; +Cc: Kristoffer Haugsbakk

Le 21/01/2026 à 22:51, kristofferhaugsbakk@fastmail.com a écrit :
> From: Kristoffer Haugsbakk <code@khaugsbakk.name>
> 
> The latest release candidate notes say that there is a new contributor:
> 
>     Jean-Noël Avila via GitGitGadget, ...
> 
> But this is a familiar face, just in a G.G. Gadget trench coat.
> 
> Also map the rest of the idents in the history.
> 
> Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
> ---
> 
> Notes (series):
>     Tested with:
>     
>         git shortlog -e
>     
>         git shortlog -e \
>             --group=trailer:helped-by \
>             --group=trailer:acked-by \
>             --group=trailer:reviewed-by \
>             --group=trailer:noticed-by \
>             --group=trailer:reported-by
> 
>  .mailmap | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index 3cf26b1add0..799734821b4 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -107,6 +107,9 @@ Jason Riedy <ejr@eecs.berkeley.edu> <ejr@cs.berkeley.edu>
>  Jay Soffian <jaysoffian@gmail.com> <jaysoffian+git@gmail.com>
>  Jean-Noël Avila <jn.avila@free.fr> Jean-Noel Avila
>  Jean-Noël Avila <jn.avila@free.fr> Jean-Noël AVILA
> +Jean-Noël Avila <jn.avila@free.fr> Jean-Noel Avila <jean-noel.avila@scantech.fr>
> +Jean-Noël Avila <jn.avila@free.fr> Jean-Noël AVILA <avila.jn@gmail.com>
> +Jean-Noël Avila <jn.avila@free.fr> Jean-Noël Avila via GitGitGadget <gitgitgadget@gmail.com>
>  Jeff King <peff@peff.net> <peff@github.com>
>  Jeff Muizelaar <jmuizelaar@mozilla.com> <jeff@infidigm.net>
>  Jens Axboe <axboe@kernel.dk> <axboe@suse.de>
> 
> base-commit: 83a69f19359e6d9bc980563caca38b2b5729808c


I spilled all my online identities in the codebase... Thanks for fixing
this with the right one.


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

end of thread, other threads:[~2026-01-22  8:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21 21:51 [PATCH] .mailmap: fix and expand mappings for Jean-Noël Avila kristofferhaugsbakk
2026-01-21 22:38 ` Junio C Hamano
2026-01-21 22:52   ` Junio C Hamano
2026-01-22  8:25 ` Jean-Noël Avila

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox