Merge branch 'maint'

* maint:
  send-email: add transfer encoding header with content-type
  Doc fix for git-reflog: mention @{...} syntax, and <ref> in synopsys.
  config: clarify compression defaults
  config: correct core.loosecompression documentation
This commit is contained in:
Junio C Hamano
2007-11-20 23:00:07 -08:00
3 changed files with 19 additions and 7 deletions

View File

@ -785,7 +785,8 @@ foreach my $t (@files) {
else {
push @xh,
'MIME-Version: 1.0',
"Content-Type: text/plain; charset=$author_encoding";
"Content-Type: text/plain; charset=$author_encoding",
'Content-Transfer-Encoding: 8bit';
}
}
}