Le 2013-06-18 12:12, Ramkumar Ramachandra a écrit :
[email protected] wrote:
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]>'
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html