[email protected] writes:
> From: Jorge Juan Garcia Garcia <[email protected]>
>
> 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 <[email protected]>, [email protected]'
> 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 <[email protected]>'
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?
--
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