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:
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user