On Fri, Apr 19, 2013 at 8:16 PM, Duy Nguyen <[email protected]> wrote: > On Sat, Apr 20, 2013 at 5:30 AM, Felipe Contreras > <[email protected]> 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" <[email protected]> (author: 30%, signer: 7%) >> Duy Nguyen <[email protected]> (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" <[email protected]> (author: 7%) >> Jean-Noel Avila <[email protected]> (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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

