diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-04-22 13:42:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-22 13:42:54 -0700 |
commit | f4216e5968778a8710e5fc0f4dc7ecdcc53b6448 (patch) | |
tree | 5762bde21199c4a6b09c83a30740394e48dc3e20 /Documentation/config/format.txt | |
parent | Merge branch 'pb/pull-fetch-doc' (diff) | |
parent | format-patch: teach --no-encode-email-headers (diff) | |
download | tgif-f4216e5968778a8710e5fc0f4dc7ecdcc53b6448.tar.xz |
Merge branch 'eb/format-patch-no-encode-headers'
The output from "git format-patch" uses RFC 2047 encoding for
non-ASCII letters on From: and Subject: headers, so that it can
directly be fed to e-mail programs. A new option has been added
to produce these headers in raw.
* eb/format-patch-no-encode-headers:
format-patch: teach --no-encode-email-headers
Diffstat (limited to 'Documentation/config/format.txt')
-rw-r--r-- | Documentation/config/format.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config/format.txt b/Documentation/config/format.txt index 45c7bd5a8f..564e8091ba 100644 --- a/Documentation/config/format.txt +++ b/Documentation/config/format.txt @@ -57,6 +57,11 @@ format.suffix:: `.patch`. Use this variable to change that suffix (make sure to include the dot if you want it). +format.encodeEmailHeaders:: + Encode email headers that have non-ASCII characters with + "Q-encoding" (described in RFC 2047) for email transmission. + Defaults to true. + format.pretty:: The default pretty format for log/show/whatchanged command, See linkgit:git-log[1], linkgit:git-show[1], |