summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-04-22 14:41:44 -0700
committerJunio C Hamano <gitster@pobox.com>2020-04-22 14:41:44 -0700
commit67bf224a9fb3cd34ef712113c48f3144a9bc232a (patch)
treeb3406220064904e5c16814c16b29375806646762 /git-format-patch.html
parent0c3c56d58eecca238d9219bfe80754e089939b99 (diff)
downloadgit-htmldocs-67bf224a9fb3cd34ef712113c48f3144a9bc232a.tar.gz
Autogenerated HTML docs for v2.26.2-266-ge8703
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 7630f287d..033a0828d 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -764,6 +764,7 @@ git-format-patch(1) Manual Page
[(--reroll-count|-v) &lt;n&gt;]
[--to=&lt;email&gt;] [--cc=&lt;email&gt;]
[--[no-]cover-letter] [--quiet]
+ [--[no-]encode-email-headers]
[--no-notes | --notes[=&lt;ref&gt;]]
[--interdiff=&lt;previous&gt;]
[--range-diff=&lt;previous&gt; [--creation-factor=&lt;percent&gt;]]
@@ -1834,6 +1835,20 @@ feeding the result to <code>git send-email</code>.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--encode-email-headers
+</dt>
+<dt class="hdlist1">
+--no-encode-email-headers
+</dt>
+<dd>
+<p>
+ Encode email headers that have non-ASCII characters with
+ "Q-encoding" (described in RFC 2047), instead of outputting the
+ headers verbatim. Defaults to the value of the
+ <code>format.encodeEmailHeaders</code> configuration variable.
+</p>
+</dd>
+<dt class="hdlist1">
--interdiff=&lt;previous&gt;
</dt>
<dd>
@@ -2445,7 +2460,7 @@ Extract three topmost commits from the current branch and format them
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2020-04-22 14:37:28 PDT
</div>
</div>
</body>