Re: [Qemu-devel] [PATCH 3/3] mailmap: Add many entries to improve 'git shortlog' statistics

2019-08-23 Thread Philippe Mathieu-Daudé
On 8/23/19 11:44 AM, Aleksandar Markovic wrote:
> 23.08.2019. 01.10, "Philippe Mathieu-Daudé"  > је написао/ла:
>>
>> All of these emails have a least 1 commit with utf8/latin1 encoding
>> issue, or one with no author name.
>> When there are multiple commits, keep the author name the most used.
>>
>> Signed-off-by: Philippe Mathieu-Daudé  >
>> ---
> 
> Reviewed-by: Aleksandar Markovic  >
> 
> Out of the scope of this patch, what about the cases like Mateja
> Marjanovic, who contributed with both mateja.marjano...@rt-rk.com
>  and mateja.marjano...@rt-rk.com
>  ?

GIT-SHORTLOG(1) manpage is not clear about how it handles email casing.

Anyhow, this last section only clean the author name (utf8/latin1
encoding issue), there is no change in the email.

So in Mateja case, since the author name is the same, it is fine:

  Mateja Marjanovic 
  Mateja Marjanovic 

Thank you for your review!

Phil.



Re: [Qemu-devel] [PATCH 3/3] mailmap: Add many entries to improve 'git shortlog' statistics

2019-08-23 Thread Aleksandar Markovic
23.08.2019. 01.10, "Philippe Mathieu-Daudé"  је
написао/ла:
>
> All of these emails have a least 1 commit with utf8/latin1 encoding
> issue, or one with no author name.
> When there are multiple commits, keep the author name the most used.
>
> Signed-off-by: Philippe Mathieu-Daudé 
> ---

Reviewed-by: Aleksandar Markovic 

Out of the scope of this patch, what about the cases like Mateja
Marjanovic, who contributed with both mateja.marjano...@rt-rk.com and
mateja.marjano...@rt-rk.com ?

>  .mailmap | 105 +++
>  1 file changed, 105 insertions(+)
>
> diff --git a/.mailmap b/.mailmap
> index e68ddd26e6..d0fc1d793c 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -37,5 +37,110 @@ Yongbok Kim  <
yongbok@imgtec.com>
>
>  # Also list preferred name forms where people have changed their
>  # git author config, or had utf8/latin1 encoding issues.
> +Aaron Lindsay 
> +Alexey Gerasimenko 
> +Alex Ivanov 
> +Andreas Färber 
> +Bandan Das 
> +Benjamin MARSILI 
> +Benoît Canet 
> +Benoît Canet 
> +Benoît Canet 
> +Boqun Feng 
> +Boqun Feng 
> +Brad Smith 
> +Brijesh Singh 
> +Brilly Wu 
> +Cédric Vincent 
> +CheneyLin 
> +Chen Gang 
> +Chen Gang 
> +Chen Gang 
> +Chen Wei-Ren 
> +Christophe Lyon 
> +Collin L. Walling 
>  Daniel P. Berrangé 
> +Eduardo Otubo 
> +Fabrice Desclaux 
> +Fernando Luis Vázquez Cao 
> +Fernando Luis Vázquez Cao 
> +Gautham R. Shenoy 
> +Gautham R. Shenoy 
> +Gonglei (Arei) 
> +Guang Wang 
> +Hailiang Zhang 
> +Hervé Poussineau 
> +Jakub Jermář 
> +Jakub Jermář 
> +Jean-Christophe Dubois 
> +Jindřich Makovička 
> +John Arbuckle 
> +Juha Riihimäki 
> +Juha Riihimäki 
> +Jun Li 
> +Laurent Vivier 
> +Leandro Lupori 
> +Li Guang 
> +Liming Wang 
> +linzhecheng 
> +Liran Schour 
> +Liu Yu 
> +Liu Yu 
> +Li Zhang 
> +Li Zhang 
> +Lluís Vilanova 
> +Lluís Vilanova 
> +Longpeng (Mike) 
> +Luc Michel 
> +Luc Michel 
> +Marc Marí 
> +Marc Marí 
> +Michael Avdienko 
> +Michael S. Tsirkin 
> +Munkyu Im 
> +Nicholas Bellinger 
> +Nicholas Thomas 
> +Nikunj A Dadhania 
> +Orit Wasserman 
> +Paolo Bonzini 
> +Pavel Dovgaluk 
> +Pavel Dovgaluk 
> +Pavel Dovgaluk 
> +Peter Crosthwaite 
> +Peter Crosthwaite 
> +Peter Crosthwaite 
> +Prasad J Pandit 
> +Prasad J Pandit 
> +Qiao Nuohan 
>  Reimar Döffinger 
> +Remy Noel 
> +Roger Pau Monné 
> +Shin'ichiro Kawasaki 
> +Shin'ichiro Kawasaki 
> +Sochin Jiang 
> +Takashi Yoshii 
> +Thomas Huth 
> +Thomas Knych 
> +Timothy Baldwin 
> +Tony Nguyen 
> +Venkateswararao Jujjuri 
> +Vibi Sreenivasan 
> +Vijaya Kumar K 
> +Vijaya Kumar K 
> +Vijay Kumar 
> +Vijay Kumar 
> +Wang Guang 
> +Wenchao Xia 
> +Wenshuang Ma 
> +Xiaoqiang Zhao 
> +Xinhua Cao 
> +Xiong Zhang 
> +Yin Yin 
> +yuchenlin 
> +YunQiang Su 
> +YunQiang Su 
> +Yuri Pudgorodskiy 
> +Zhengui Li 
> +Zhenwei Pi 
> +Zhenwei Pi 
> +Zhuang Yanying 
> --
> 2.20.1
>
>


[Qemu-devel] [PATCH 3/3] mailmap: Add many entries to improve 'git shortlog' statistics

2019-08-22 Thread Philippe Mathieu-Daudé
All of these emails have a least 1 commit with utf8/latin1 encoding
issue, or one with no author name.
When there are multiple commits, keep the author name the most used.

Signed-off-by: Philippe Mathieu-Daudé 
---
 .mailmap | 105 +++
 1 file changed, 105 insertions(+)

diff --git a/.mailmap b/.mailmap
index e68ddd26e6..d0fc1d793c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -37,5 +37,110 @@ Yongbok Kim  
 
 # Also list preferred name forms where people have changed their
 # git author config, or had utf8/latin1 encoding issues.
+Aaron Lindsay 
+Alexey Gerasimenko 
+Alex Ivanov 
+Andreas Färber 
+Bandan Das 
+Benjamin MARSILI 
+Benoît Canet 
+Benoît Canet 
+Benoît Canet 
+Boqun Feng 
+Boqun Feng 
+Brad Smith 
+Brijesh Singh 
+Brilly Wu 
+Cédric Vincent 
+CheneyLin 
+Chen Gang 
+Chen Gang 
+Chen Gang 
+Chen Wei-Ren 
+Christophe Lyon 
+Collin L. Walling 
 Daniel P. Berrangé 
+Eduardo Otubo 
+Fabrice Desclaux 
+Fernando Luis Vázquez Cao 
+Fernando Luis Vázquez Cao 
+Gautham R. Shenoy 
+Gautham R. Shenoy 
+Gonglei (Arei) 
+Guang Wang 
+Hailiang Zhang 
+Hervé Poussineau 
+Jakub Jermář 
+Jakub Jermář 
+Jean-Christophe Dubois 
+Jindřich Makovička 
+John Arbuckle 
+Juha Riihimäki 
+Juha Riihimäki 
+Jun Li 
+Laurent Vivier 
+Leandro Lupori 
+Li Guang 
+Liming Wang 
+linzhecheng 
+Liran Schour 
+Liu Yu 
+Liu Yu 
+Li Zhang 
+Li Zhang 
+Lluís Vilanova 
+Lluís Vilanova 
+Longpeng (Mike) 
+Luc Michel 
+Luc Michel 
+Marc Marí 
+Marc Marí 
+Michael Avdienko 
+Michael S. Tsirkin 
+Munkyu Im 
+Nicholas Bellinger 
+Nicholas Thomas 
+Nikunj A Dadhania 
+Orit Wasserman 
+Paolo Bonzini 
+Pavel Dovgaluk 
+Pavel Dovgaluk 
+Pavel Dovgaluk 
+Peter Crosthwaite 
+Peter Crosthwaite 
+Peter Crosthwaite 
+Prasad J Pandit 
+Prasad J Pandit 
+Qiao Nuohan 
 Reimar Döffinger 
+Remy Noel 
+Roger Pau Monné 
+Shin'ichiro Kawasaki 
+Shin'ichiro Kawasaki 
+Sochin Jiang 
+Takashi Yoshii 
+Thomas Huth 
+Thomas Knych 
+Timothy Baldwin 
+Tony Nguyen 
+Venkateswararao Jujjuri 
+Vibi Sreenivasan 
+Vijaya Kumar K 
+Vijaya Kumar K 
+Vijay Kumar 
+Vijay Kumar 
+Wang Guang 
+Wenchao Xia 
+Wenshuang Ma 
+Xiaoqiang Zhao 
+Xinhua Cao 
+Xiong Zhang 
+Yin Yin 
+yuchenlin 
+YunQiang Su 
+YunQiang Su 
+Yuri Pudgorodskiy 
+Zhengui Li 
+Zhenwei Pi 
+Zhenwei Pi 
+Zhuang Yanying 
-- 
2.20.1