summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-23 12:02:11 -0800
committerJunio C Hamano <gitster@pobox.com>2020-11-23 12:02:11 -0800
commit60c374e55f9e2b2da4b8ad8296321c8b3ad06aa0 (patch)
tree59f3090b800f51c7a4911c00e26ac06d215d91f2 /git-format-patch.html
parentb7676d5ada0941ade7ac9acb8ce985686b62b2ab (diff)
downloadgit-htmldocs-60c374e55f9e2b2da4b8ad8296321c8b3ad06aa0.tar.gz
Autogenerated HTML docs for v2.29.2-366-gb291b0
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 0c244c0a1..99b8461bc 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -768,6 +768,7 @@ git-format-patch(1) Manual Page
[--no-notes | --notes[=&lt;ref&gt;]]
[--interdiff=&lt;previous&gt;]
[--range-diff=&lt;previous&gt; [--creation-factor=&lt;percent&gt;]]
+ [--filename-max-length=&lt;n&gt;]
[--progress]
[&lt;common diff options&gt;]
[ &lt;since&gt; | &lt;revision range&gt; ]</pre>
@@ -1778,6 +1779,18 @@ populated with placeholder text.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--filename-max-length=&lt;n&gt;
+</dt>
+<dd>
+<p>
+ Instead of the standard 64 bytes, chomp the generated output
+ filenames at around <em>&lt;n&gt;</em> bytes (too short a value will be
+ silently raised to a reasonable length). Defaults to the
+ value of the <code>format.filenameMaxLength</code> configuration
+ variable, or 64 if unconfigured.
+</p>
+</dd>
+<dt class="hdlist1">
--rfc
</dt>
<dd>
@@ -2495,7 +2508,7 @@ Extract three topmost commits from the current branch and format them
<div id="footer">
<div id="footer-text">
Last updated
- 2020-11-02 14:02:22 PST
+ 2020-11-23 11:57:47 PST
</div>
</div>
</body>