Jorge-Juan.Garcia-Garcia@xxxxxxxxxxxxxxx writes: > From: Jorge Juan Garcia Garcia <Jorge-Juan.Garcia-Garcia@xxxxxxxxxxxxxxx> > > Make it so that we can use a list of email in flags > instead of having to use one flag per email address. > > The format of email list handled is pretty basic for now: > $ git send-email --to='Foo <foo@xxxxxxxxxxx>, bar@xxxxxxxxxxx' > We thought it would be nice to have a "first-step" version which works > before handling more complex ones such as: > $ git send-email --to='Foo, Bar <foobar@xxxxxxxxxxx>' 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? -- 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