jorge-juan.garcia-gar...@ensimag.imag.fr writes:

> From: Jorge Juan Garcia Garcia <jorge-juan.garcia-gar...@ensimag.imag.fr>
>
> 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 <f...@example.com>, b...@example.com'
> 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 <foo...@example.com>'

Doesn't

        git send-email --to='Foo <f...@example.com>' --to='b...@example.com'

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to