Jorge-Juan.Garcia-Garcia@ensimag.imag.fr writes:
From: Jorge Juan Garcia Garcia <redacted>
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 [off-list ref], bar@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 [off-list ref]'
Doesn't
git send-email --to='Foo [off-list ref]' --to='bar@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?