Re: [PATCH] scripts/get_maintainer: Use .ignoredmailmap to ignore invalid emails

2020-07-01 Thread Pavel Dovgalyuk
On 01.07.2020 19:54, Philippe Mathieu-Daudé wrote: +Pavel/Paul/Alexander On 7/1/20 5:12 PM, Paolo Bonzini wrote: On 01/07/20 17:07, Philippe Mathieu-Daudé wrote: $ cat .ignoredmailmap # # From man git-shortlog the forms are: # # Proper Name # # Jean-Christophe PLAGNIOL-VILLARD Caio Carrar

Re: [PATCH] scripts/get_maintainer: Use .ignoredmailmap to ignore invalid emails

2020-07-01 Thread Alexander Graf
On 01.07.20 18:54, Philippe Mathieu-Daudé wrote: +Pavel/Paul/Alexander On 7/1/20 5:12 PM, Paolo Bonzini wrote: On 01/07/20 17:07, Philippe Mathieu-Daudé wrote: $ cat .ignoredmailmap # # From man git-shortlog the forms are: # # Proper Name # # Jean-Christophe PLAGNIOL-VILLARD Caio Carr

Re: [PATCH] scripts/get_maintainer: Use .ignoredmailmap to ignore invalid emails

2020-07-01 Thread Philippe Mathieu-Daudé
+Pavel/Paul/Alexander On 7/1/20 5:12 PM, Paolo Bonzini wrote: > On 01/07/20 17:07, Philippe Mathieu-Daudé wrote: >> $ cat .ignoredmailmap >> # >> # From man git-shortlog the forms are: >> # >> # Proper Name >> # >> # >> Jean-Christophe PLAGNIOL-VILLARD >> Caio Carrara >> Yongbok Kim >> Jame

Re: [PATCH] scripts/get_maintainer: Use .ignoredmailmap to ignore invalid emails

2020-07-01 Thread Philippe Mathieu-Daudé
On 7/1/20 4:25 PM, Paolo Bonzini wrote: > On 29/06/20 19:27, Philippe Mathieu-Daudé wrote: >> Sometime emails get rejected and 'bounce'. It might take time >> between we report that, a patch is posted, reviewed, merged... >> >> To reduce time spent looking at bouncing emails in one mailbox, >> add

Re: [PATCH] scripts/get_maintainer: Use .ignoredmailmap to ignore invalid emails

2020-07-01 Thread Paolo Bonzini
On 01/07/20 17:07, Philippe Mathieu-Daudé wrote: > $ cat .ignoredmailmap > # > # From man git-shortlog the forms are: > # > # Proper Name > # > # > Jean-Christophe PLAGNIOL-VILLARD > Caio Carrara > Yongbok Kim > James Hogan > Paul Burton > Alexander Graf > Roy Franz > Dmitry Solodkiy >

Re: [PATCH] scripts/get_maintainer: Use .ignoredmailmap to ignore invalid emails

2020-07-01 Thread Paolo Bonzini
On 29/06/20 19:27, Philippe Mathieu-Daudé wrote: > Sometime emails get rejected and 'bounce'. It might take time > between we report that, a patch is posted, reviewed, merged... > > To reduce time spent looking at bouncing emails in one mailbox, > add the feature to simply ignore broken email addr

[PATCH] scripts/get_maintainer: Use .ignoredmailmap to ignore invalid emails

2020-06-29 Thread Philippe Mathieu-Daudé
Sometime emails get rejected and 'bounce'. It might take time between we report that, a patch is posted, reviewed, merged... To reduce time spent looking at bouncing emails in one mailbox, add the feature to simply ignore broken email addresses. The format is similar to the '.mailmap' file. Add an