summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-01-26 16:20:38 -0800
committerJunio C Hamano <gitster@pobox.com>2016-01-26 16:20:38 -0800
commit289d7e8e148e955d97776feff1a43a249eda86a6 (patch)
tree1af6dc01f658cd7e6c8683caff506fd98b3c2908 /git-format-patch.html
parent4e6ba27c956c6c9b43e7196f210796bd1db478a9 (diff)
downloadgit-htmldocs-289d7e8e148e955d97776feff1a43a249eda86a6.tar.gz
Autogenerated HTML docs for v2.7.0-193-gd10e2
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 5c1d4ab29..c1f18e0a4 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -803,7 +803,11 @@ will only be numbers, without the first line of the commit appended.
The names of the output files are printed to standard
output, unless the <code>--stdout</code> option is specified.</p></div>
<div class="paragraph"><p>If <code>-o</code> is specified, output files are created in &lt;dir&gt;. Otherwise
-they are created in the current working directory.</p></div>
+they are created in the current working directory. The default path
+can be set with the <em>format.outputDirectory</em> configuration option.
+The <code>-o</code> option takes precedence over <code>format.outputDirectory</code>.
+To store patches in the current working directory even when
+<code>format.outputDirectory</code> points elsewhere, use <code>-o .</code>.</p></div>
<div class="paragraph"><p>By default, the subject of a single patch is "[PATCH] " followed by
the concatenation of lines from the commit message up to the first blank
line (see the DISCUSSION section of <a href="git-commit.html">git-commit(1)</a>).</p></div>
@@ -2124,7 +2128,7 @@ as e-mailable patches:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-01-20 15:22:32 PST
+Last updated 2016-01-26 16:20:09 PST
</div>
</div>
</body>