Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wt-status.h: drop stdio.h include
[gitweb.git]
/
git-send-email.perl
diff --git
a/git-send-email.perl
b/git-send-email.perl
index 751cabf47906f43aa49214cdd86725c882dae871..24859a7bc37b05909cf16554c102cadc842c13ff 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-1699,7
+1699,7
@@
sub process_file {
# Now parse the message body
while(<$fh>) {
$message .= $_;
- if (/^([a-z-]*-by|Cc): (.*)/i) {
+ if (/^([a-z
][a-z
-]*-by|Cc): (.*)/i) {
chomp;
my ($what, $c) = ($1, $2);
# strip garbage for the address we'll use: