summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-23 14:32:46 -0700
committerJunio C Hamano <gitster@pobox.com>2015-03-23 14:32:46 -0700
commit322c6244651c408d924f71f73effd8ed833916d3 (patch)
tree6e8cf8d283e2a923cc330b4b64eeb3c972341edd /git-format-patch.html
parent0762262193bb8a218def4fd749a68476d5337b5d (diff)
downloadgit-htmldocs-322c6244651c408d924f71f73effd8ed833916d3.tar.gz
Autogenerated HTML docs for v2.3.4-263-gf53fc
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 1b0bf448e..ce2f09c30 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -1216,8 +1216,8 @@ of a delete/create pair.</p></div>
<p>
Output the patch in the order specified in the
&lt;orderfile&gt;, which has one shell glob pattern per line.
- This overrides the <code>diff.orderfile</code> configuration variable
- (see <a href="git-config.html">git-config(1)</a>). To cancel <code>diff.orderfile</code>,
+ This overrides the <code>diff.orderFile</code> configuration variable
+ (see <a href="git-config.html">git-config(1)</a>). To cancel <code>diff.orderFile</code>,
use <code>-O/dev/null</code>.
</p>
</dd>
@@ -1733,13 +1733,13 @@ attachments, and sign off patches with configuration variables.</p></div>
<div class="content">
<pre><code>[format]
headers = "Organization: git-foo\n"
- subjectprefix = CHANGE
+ subjectPrefix = CHANGE
suffix = .txt
numbered = auto
to = &lt;email&gt;
cc = &lt;email&gt;
attach [ = mime-boundary-string ]
- signoff = true
+ signOff = true
coverletter = auto</code></pre>
</div></div>
</div>
@@ -2114,7 +2114,7 @@ as e-mailable patches:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-06-16 14:13:22 PDT
+Last updated 2015-03-23 14:31:16 PDT
</div>
</div>
</body>