Remi Lespinet <[email protected]> writes:

> From: Jorge Juan Garcia Garcia <[email protected]>
>
> Accept a list of emails separated by commas in flags --cc, --to and
> --bcc.  Multiple addresses can already be given by using these options
> multiple times, but it is more convenient to allow cutting-and-pasting
> a list of addresses from the header of an existing e-mail message,
> which already lists them as comma-separated list, as a value to a
> single parameter.
>
> The following format can now be used:
>
>     $ git send-email --to='Jane <[email protected]>, [email protected]'
>
> However format using commas in names doesn't work:
>
>     $ git send-email --to='"Jane, Doe" <[email protected]>'

That should be "Doe, Jane <[email protected]>", shouldn't it?  When
writing "firstname lastname", people do not put comma in between.
--
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

Reply via email to