Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
verify-pack: test for detection of index v2 object CRC mismatch
[gitweb.git]
/
git-send-email.perl
diff --git
a/git-send-email.perl
b/git-send-email.perl
index ec69c237f9a5dede0227d986be703aaddf5c4acf..0b04ba32f0399d338be587ac2d9ad4620705c9a1 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-442,7
+442,7
@@
sub read_config {
}
my $to = $_;
- push @to, split /,/, $to;
+ push @to, split /,
\s*
/, $to;
$prompting++;
}