qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mailmap: Minor fixes
@ 2025-10-09  7:05 Philippe Mathieu-Daudé
  2025-10-09  7:05 ` [PATCH 1/3] mailmap: Fix Denis V. Lunev authorship Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-09  7:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Markus Armbruster, Philippe Mathieu-Daudé

Few fixes to help git-shortlog processing.

Philippe Mathieu-Daudé (3):
  mailmap: Fix Denis V. Lunev authorship
  mailmap: Unify Clément Mathieu--Drif emails
  mailmap: Unify Richard Henderson addresses

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

-- 
2.51.0



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

* [PATCH 1/3] mailmap: Fix Denis V. Lunev authorship
  2025-10-09  7:05 [PATCH 0/3] mailmap: Minor fixes Philippe Mathieu-Daudé
@ 2025-10-09  7:05 ` Philippe Mathieu-Daudé
  2025-10-09  7:05 ` [PATCH 2/3] mailmap: Unify Clément Mathieu--Drif emails Philippe Mathieu-Daudé
  2025-10-09  7:05 ` [PATCH 3/3] mailmap: Unify Richard Henderson addresses Philippe Mathieu-Daudé
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-09  7:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Markus Armbruster, Philippe Mathieu-Daudé, Denis V. Lunev

Mailing list mangled Denis address in commit b67e353863d
("block: drop force_dup parameter of raw_reconfigure_getfd").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Cc: Denis V. Lunev <den@openvz.org>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index e7271852dc6..f2f83e8061f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -57,6 +57,7 @@ Stefan Weil <sw@weilnetz.de> Stefan Weil <stefan@kiwi.(none)>
 # precedence over any munged From: in the mail's headers.
 # See https://lists.openembedded.org/g/openembedded-core/message/166515
 # and https://lists.gnu.org/archive/html/qemu-devel/2023-09/msg06784.html
+Denis V. Lunev <den@openvz.org> Denis V. Lunev via <qemu-block@nongnu.org>
 Ed Swierk <eswierk@skyportsystems.com> Ed Swierk via Qemu-devel <qemu-devel@nongnu.org>
 Ian McKellar <ianloic@google.com> Ian McKellar via Qemu-devel <qemu-devel@nongnu.org>
 Julia Suvorova <jusual@mail.ru> Julia Suvorova via Qemu-devel <qemu-devel@nongnu.org>
-- 
2.51.0



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

* [PATCH 2/3] mailmap: Unify Clément Mathieu--Drif emails
  2025-10-09  7:05 [PATCH 0/3] mailmap: Minor fixes Philippe Mathieu-Daudé
  2025-10-09  7:05 ` [PATCH 1/3] mailmap: Fix Denis V. Lunev authorship Philippe Mathieu-Daudé
@ 2025-10-09  7:05 ` Philippe Mathieu-Daudé
  2025-10-09 12:10   ` CLEMENT MATHIEU--DRIF
  2025-10-09  7:05 ` [PATCH 3/3] mailmap: Unify Richard Henderson addresses Philippe Mathieu-Daudé
  2 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-09  7:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Markus Armbruster, Philippe Mathieu-Daudé,
	Clément Mathieu--Drif

Do not let git-shortlog make distinction between:

 . Clément Mathieu--Drif
 . Clement Mathieu--Drif
 . CLEMENT MATHIEU--DRIF

as this is the same person.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Cc: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index f2f83e8061f..a510b5d681f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -137,6 +137,7 @@ Chen Gang <gang.chen.5i5j@gmail.com>
 Chen Gang <gang.chen@sunrus.com.cn>
 Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
 Christophe Lyon <christophe.lyon@st.com>
+Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
 Collin L. Walling <walling@linux.ibm.com>
 Daniel P. Berrangé <berrange@redhat.com>
 Eduardo Otubo <otubo@redhat.com>
-- 
2.51.0



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

* [PATCH 3/3] mailmap: Unify Richard Henderson addresses
  2025-10-09  7:05 [PATCH 0/3] mailmap: Minor fixes Philippe Mathieu-Daudé
  2025-10-09  7:05 ` [PATCH 1/3] mailmap: Fix Denis V. Lunev authorship Philippe Mathieu-Daudé
  2025-10-09  7:05 ` [PATCH 2/3] mailmap: Unify Clément Mathieu--Drif emails Philippe Mathieu-Daudé
@ 2025-10-09  7:05 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-09  7:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Markus Armbruster, Philippe Mathieu-Daudé, Richard Henderson

Richard toggled his email address in commit 336f744e148
("MAINTAINERS: Replace my twiddle.net address").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
Cc: Richard Henderson <richard.henderson@linaro.org>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index a510b5d681f..43bfa46bcf5 100644
--- a/.mailmap
+++ b/.mailmap
@@ -105,6 +105,7 @@ Paul Burton <paulburton@kernel.org> <pburton@wavecomp.com>
 Philippe Mathieu-Daudé <philmd@linaro.org> <f4bug@amsat.org>
 Philippe Mathieu-Daudé <philmd@linaro.org> <philmd@redhat.com>
 Philippe Mathieu-Daudé <philmd@linaro.org> <philmd@fungible.com>
+Richard Henderson <richard.henderson@linaro.org> <rth@twiddle.net>
 Roman Bolshakov <rbolshakov@ddn.com> <r.bolshakov@yadro.com>
 Sriram Yagnaraman <sriram.yagnaraman@ericsson.com> <sriram.yagnaraman@est.tech>
 Stefan Brankovic <stefan.brankovic@syrmia.com> <stefan.brankovic@rt-rk.com.com>
-- 
2.51.0



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

* Re: [PATCH 2/3] mailmap: Unify Clément Mathieu--Drif emails
  2025-10-09  7:05 ` [PATCH 2/3] mailmap: Unify Clément Mathieu--Drif emails Philippe Mathieu-Daudé
@ 2025-10-09 12:10   ` CLEMENT MATHIEU--DRIF
  0 siblings, 0 replies; 5+ messages in thread
From: CLEMENT MATHIEU--DRIF @ 2025-10-09 12:10 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel@nongnu.org; +Cc: Markus Armbruster

Thanks Philippe

Reviewed-by: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>

On Thu, 2025-10-09 at 09:05 +0200, Philippe Mathieu-Daudé wrote:
> Caution: External email. Do not open attachments or click links, unless this email comes from a known sender and you know the content is safe.
> 
> 
> Do not let git-shortlog make distinction between:
> 
>  . Clément Mathieu--Drif  
>  . Clement Mathieu--Drif  
>  . CLEMENT MATHIEU--DRIF
> 
> as this is the same person.
> 
> Signed-off-by: Philippe Mathieu-Daudé <[philmd@linaro.org](mailto:philmd@linaro.org)>  
> ---  
> Cc: Clément Mathieu--Drif <[clement.mathieu--drif@eviden.com](mailto:clement.mathieu--drif@eviden.com)>  
> ---  
>  .mailmap | 1 +  
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.mailmap b/.mailmap  
> index f2f83e8061f..a510b5d681f 100644  
> --- a/.mailmap  
> +++ b/.mailmap  
> @@ -137,6 +137,7 @@ Chen Gang <[gang.chen.5i5j@gmail.com](mailto:gang.chen.5i5j@gmail.com)>  
>  Chen Gang <[gang.chen@sunrus.com.cn](mailto:gang.chen@sunrus.com.cn)>  
>  Chen Wei-Ren <[chenwj@iis.sinica.edu.tw](mailto:chenwj@iis.sinica.edu.tw)>  
>  Christophe Lyon <[christophe.lyon@st.com](mailto:christophe.lyon@st.com)>  
> +Clément Mathieu--Drif <[clement.mathieu--drif@eviden.com](mailto:clement.mathieu--drif@eviden.com)>  
>  Collin L. Walling <[walling@linux.ibm.com](mailto:walling@linux.ibm.com)>  
>  Daniel P. Berrangé <[berrange@redhat.com](mailto:berrange@redhat.com)>  
>  Eduardo Otubo <[otubo@redhat.com](mailto:otubo@redhat.com)>  
> --  
> 2.51.0
> 

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

end of thread, other threads:[~2025-10-09 12:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-09  7:05 [PATCH 0/3] mailmap: Minor fixes Philippe Mathieu-Daudé
2025-10-09  7:05 ` [PATCH 1/3] mailmap: Fix Denis V. Lunev authorship Philippe Mathieu-Daudé
2025-10-09  7:05 ` [PATCH 2/3] mailmap: Unify Clément Mathieu--Drif emails Philippe Mathieu-Daudé
2025-10-09 12:10   ` CLEMENT MATHIEU--DRIF
2025-10-09  7:05 ` [PATCH 3/3] mailmap: Unify Richard Henderson addresses Philippe Mathieu-Daudé

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).