Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin-help: fallback to GIT_MAN_VIEWER before man
[gitweb.git]
/
git-send-email.perl
diff --git
a/git-send-email.perl
b/git-send-email.perl
index 2e4a44ad29c923eb48c3136e768870e384df06c2..d2fd89907688a044ffe0d2520744e00a9b33c942 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-882,7
+882,7
@@
sub send_message
}
elsif (/^Content-type:/i) {
$has_content_type = 1;
- if (/charset="?
[^ "]+
/) {
+ if (/charset="?
([^ "]+)
/) {
$body_encoding = $1;
}
push @xh, $_;