Junio C Hamano <gitster@xxxxxxxxx> writes: > Doesn't > > git send-email --to='Foo <foo@xxxxxxxxxxx>' --to='bar@xxxxxxxxxxx' > > work? If it does, I do not see much point of this change. If you > are starting from two pieces of information, why combine it into > one, only have the program to split it again, risking to be bitten > by bugs, and changing the code to do so, risking to add new bugs? The obvious use-case is to copy-paste a list of addresses from an email. Currently, the Cc: list of the email I'm sending looks like Cc: Jorge-Juan.Garcia-Garcia@xxxxxxxxxxxxxxx, git@xxxxxxxxxxxxxxx, Mathieu Lienard--Mayor <Mathieu.Lienard--Mayor@xxxxxxxxxxxxxxx> If I were to use "git send-email" on it, I'd have to cut the list myself. This could be mentionned in the commit message. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html