Junio C Hamano <[email protected]> writes: > Doesn't > > git send-email --to='Foo <[email protected]>' --to='[email protected]' > > 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: [email protected], [email protected], Mathieu Lienard--Mayor <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

