[PATCH] mailmap: add entry for Jean-Michel Hautbois

Jean-Michel Hautbois posted 1 patch 1 year, 9 months ago
There is a newer version of this series
.mailmap | 1 +
1 file changed, 1 insertion(+)
[PATCH] mailmap: add entry for Jean-Michel Hautbois
Posted by Jean-Michel Hautbois 1 year, 9 months ago
Despite having contributed several patches, my email address was not
previously included. This update ensures that my contributions are
correctly attributed.

Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 43031441b2d9..b18e0437e2d7 100644
--- a/.mailmap
+++ b/.mailmap
@@ -250,6 +250,7 @@ Jayachandran C <c.jayachandran@gmail.com> <jchandra@broadcom.com>
 Jayachandran C <c.jayachandran@gmail.com> <jchandra@digeo.com>
 Jayachandran C <c.jayachandran@gmail.com> <jnair@caviumnetworks.com>
 <jean-philippe@linaro.org> <jean-philippe.brucker@arm.com>
+Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
 Jean Tourrilhes <jt@hpl.hp.com>
 Jeevan Shriram <quic_jshriram@quicinc.com> <jshriram@codeaurora.org>
 Jeff Garzik <jgarzik@pretzel.yyz.us>
-- 
2.40.1
Re: [PATCH] mailmap: add entry for Jean-Michel Hautbois
Posted by Andrew Morton 1 year, 9 months ago
On Wed,  6 Mar 2024 09:59:34 +0100 Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org> wrote:

> Despite having contributed several patches, my email address was not
> previously included. This update ensures that my contributions are
> correctly attributed.
> 
> Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
> +++ b/.mailmap
> @@ -250,6 +250,7 @@ Jayachandran C <c.jayachandran@gmail.com> <jchandra@broadcom.com>
>  Jayachandran C <c.jayachandran@gmail.com> <jchandra@digeo.com>
>  Jayachandran C <c.jayachandran@gmail.com> <jnair@caviumnetworks.com>
>  <jean-philippe@linaro.org> <jean-philippe.brucker@arm.com>
> +Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
>  Jean Tourrilhes <jt@hpl.hp.com>
>  Jeevan Shriram <quic_jshriram@quicinc.com> <jshriram@codeaurora.org>
>  Jeff Garzik <jgarzik@pretzel.yyz.us>
> -- 

Well, this isn't ./CREDITS.  Why do we need this?

.mailmap has:

#
# This list is used by git-shortlog to fix a few botched name translations
# in the git archive, either because the author's full name was messed up
# and/or not always written the same way, making contributions from the
# same person appearing not to be so or badly displayed. Also allows for
# old email addresses to map to new email addresses.
#

Now if this entry was mapping your ideasonboard.com and/or veo-labs.com
and/or vodalys.com and/or gmail.com addresses onto one address then I
can see why we'd need the change.
Re: [PATCH] mailmap: add entry for Jean-Michel Hautbois
Posted by Jean-Michel Hautbois 1 year, 9 months ago
Hello Andrew,

On 06/03/2024 21:50, Andrew Morton wrote:
> On Wed,  6 Mar 2024 09:59:34 +0100 Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org> wrote:
> 
>> Despite having contributed several patches, my email address was not
>> previously included. This update ensures that my contributions are
>> correctly attributed.
>>
>> Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
>> +++ b/.mailmap
>> @@ -250,6 +250,7 @@ Jayachandran C <c.jayachandran@gmail.com> <jchandra@broadcom.com>
>>   Jayachandran C <c.jayachandran@gmail.com> <jchandra@digeo.com>
>>   Jayachandran C <c.jayachandran@gmail.com> <jnair@caviumnetworks.com>
>>   <jean-philippe@linaro.org> <jean-philippe.brucker@arm.com>
>> +Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
>>   Jean Tourrilhes <jt@hpl.hp.com>
>>   Jeevan Shriram <quic_jshriram@quicinc.com> <jshriram@codeaurora.org>
>>   Jeff Garzik <jgarzik@pretzel.yyz.us>
>> -- 
> 
> Well, this isn't ./CREDITS.  Why do we need this?
> 
> .mailmap has:
> 
> #
> # This list is used by git-shortlog to fix a few botched name translations
> # in the git archive, either because the author's full name was messed up
> # and/or not always written the same way, making contributions from the
> # same person appearing not to be so or badly displayed. Also allows for
> # old email addresses to map to new email addresses.
> #
> 
> Now if this entry was mapping your ideasonboard.com and/or veo-labs.com
> and/or vodalys.com and/or gmail.com addresses onto one address then I
> can see why we'd need the change.
> 

Indeed, I am sorry for the confusion :-/.

I will send a revised one to map the old addresses to this new one. Thanks.

JM