Re: [PATCH 3/3] .mailmap: map names with multiple emails to the same author identity

2018-06-29 Thread Junio C Hamano
Stefan Beller writes: >> It may be even better if we can arraange the author of the patch to >> be the one who is involved, with "Helped-by: Stefan". > > ok, I'll think how I can help but not write the code. I do not think there is any code required. All it takes is a volunteer coordinater who

Re: [PATCH 3/3] .mailmap: map names with multiple emails to the same author identity

2018-06-29 Thread Stefan Beller
On Fri, Jun 29, 2018 at 10:42 AM Junio C Hamano wrote: > > Stefan Beller writes: > > > There are multiple author idents who have different email addresses, but > > the same name; assume they are the same person, as the world of open source > > is actually rather small. > > Thanks for an interesti

Re: [PATCH 3/3] .mailmap: map names with multiple emails to the same author identity

2018-06-29 Thread Junio C Hamano
Stefan Beller writes: > There are multiple author idents who have different email addresses, but > the same name; assume they are the same person, as the world of open source > is actually rather small. Thanks for an interesting experiment. As with 2/3, I suspect that most of the contents in th

[PATCH 3/3] .mailmap: map names with multiple emails to the same author identity

2018-06-28 Thread Stefan Beller
There are multiple author idents who have different email addresses, but the same name; assume they are the same person, as the world of open source is actually rather small. Sift through the history via: git shortlog -sne origin/pu |awk '{ NF--; $1=""; print }' |sort |uniq -d |cut -c 2- >n