Andy Lutomirski writes:
> $ git send-email --to='"Address, Valid" '
> Comma in --to entry: "Address, Valid" '
> $ git --version
> git version 2.5.0
>
> This appears to be a recent regression.
It's not: the check was introduced in 79ee555 (Check and document the
options to prevent mistakes., 2006
$ git send-email --to='"Address, Valid" '
Comma in --to entry: "Address, Valid" '
$ git --version
git version 2.5.0
This appears to be a recent regression.
For an authority on why the current behavior is wrong, see RFC 2822
section 3.4, which defines mailbox and mailbox-list as well as section
3.
2 matches
Mail list logo