On Fri, Apr 19, 2013 at 8:16 PM, Duy Nguyen <pclo...@gmail.com> wrote:
> On Sat, Apr 20, 2013 at 5:30 AM, Felipe Contreras
> <felipe.contre...@gmail.com> wrote:
>> This script allows you to get a list of relevant persons to Cc when sending a
>> patch series.
>>
>>   % git cc-cmd v1.8.1.6^^1..v1.8.1.6^^2
>>   "Nguyễn Thái Ngọc Duy" <pclo...@gmail.com> (author: 30%, signer: 7%)
>>   Duy Nguyen <pclo...@gmail.com> (author: 7%)
>
> You see, I like to cause confusion. These two are the same person.
> Maybe you should check based on email only instead.

Should be easy to implement.

>>   "Jean-Noël AVILA" <avila...@gmail.com> (author: 7%)
>>   Jean-Noel Avila <jn.av...@free.fr> (signer: 7%)
>
> And these two are like the same. Perhaps mailmap support will help?

There's already support for user-defined alias
(sendemail.aliasesfile), it shouldn't be too difficult to parse a
.mailmap file too.

Cheers.

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to