summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-09-26 16:44:27 -0700
committerJunio C Hamano <gitster@pobox.com>2016-09-26 16:44:27 -0700
commitad70bf0a8bcaab0a6f1c36a42110b52dc2b00beb (patch)
tree95495194621897b14bcc1d50852cc2fa8bbbf2f6 /git-format-patch.html
parent5380048278a5f5aa14549fffee029a8273a8bd0d (diff)
downloadgit-htmldocs-ad70bf0a8bcaab0a6f1c36a42110b52dc2b00beb.tar.gz
Autogenerated HTML docs for v2.10.0-440-g21f86
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html28
1 files changed, 22 insertions, 6 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index db58095ea..8e0681352 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -758,7 +758,8 @@ git-format-patch(1) Manual Page
[--start-number &lt;n&gt;] [--numbered-files]
[--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]
[--ignore-if-in-upstream]
- [--subject-prefix=Subject-Prefix] [(--reroll-count|-v) &lt;n&gt;]
+ [--rfc] [--subject-prefix=Subject-Prefix]
+ [(--reroll-count|-v) &lt;n&gt;]
[--to=&lt;email&gt;] [--cc=&lt;email&gt;]
[--[no-]cover-letter] [--quiet] [--notes[=&lt;ref&gt;]]
[&lt;common diff options&gt;]
@@ -848,6 +849,12 @@ reference.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--indent-heuristic
+</dt>
+<dt class="hdlist1">
+--no-indent-heuristic
+</dt>
+<dt class="hdlist1">
--compaction-heuristic
</dt>
<dt class="hdlist1">
@@ -855,10 +862,9 @@ reference.</p></div>
</dt>
<dd>
<p>
- These are to help debugging and tuning an experimental
- heuristic (which is off by default) that shifts the hunk
- boundary in an attempt to make the resulting patch easier
- to read.
+ These are to help debugging and tuning experimental heuristics
+ (which are off by default) that shift diff hunk boundaries to
+ make patches easier to read.
</p>
</dd>
<dt class="hdlist1">
@@ -1571,6 +1577,16 @@ will want to ensure that threading is disabled for <code>git send-email</code>.<
</p>
</dd>
<dt class="hdlist1">
+--rfc
+</dt>
+<dd>
+<p>
+ Alias for <code>--subject-prefix="RFC PATCH"</code>. RFC means "Request For
+ Comments"; use this when sending an experimental patch for
+ discussion rather than application.
+</p>
+</dd>
+<dt class="hdlist1">
-v &lt;n&gt;
</dt>
<dt class="hdlist1">
@@ -2199,7 +2215,7 @@ as e-mailable patches:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-06-27 11:04:05 PDT
+Last updated 2016-09-26 16:43:51 PDT
</div>
</div>
</body>