Le 2013-06-18 12:12, Ramkumar Ramachandra a écrit :
Jorge-Juan.Garcia-Garcia@xxxxxxxxxxxxxxx wrote:
The format of email list handled is pretty basic for now:
$ git send-email --to='Foo <foo@xxxxxxxxxxx>,
bar@xxxxxxxxxxx'
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 <foobar@xxxxxxxxxxx>'
Is this a regression? I can't send emails to a recipient whose name
contains a comma?
It is not. Previously the input would be considered incorrect:
-# Verify the user input
-
-foreach my $entry (@initial_to) {
- die "Comma in --to entry: $entry'\n" unless $entry !~ m/,/;
-}
--
Mathieu Liénard--Mayor,
2nd year at Grenoble INP - ENSIMAG
(+33)6 80 56 30 02
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html