summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-07 12:17:00 +0900
committerJunio C Hamano <gitster@pobox.com>2019-03-07 12:17:00 +0900
commit11f1537a82c84e620d742b3bc4256952defb28df (patch)
tree2923ff40fbf10f29b7eaa506c2deb52e00e08dde /git-format-patch.html
parent9149123b58ede4ca92a71abd3c09e3e2ad205b55 (diff)
downloadgit-htmldocs-11f1537a82c84e620d742b3bc4256952defb28df.tar.gz
Autogenerated HTML docs for v2.21.0-135-g6e0cc
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html55
1 files changed, 53 insertions, 2 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index ddf176177..3fa75de17 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -849,7 +849,31 @@ reference.</p></div>
<dd>
<p>
Generate diffs with &lt;n&gt; lines of context instead of
- the usual three.
+ the usual three. Implies <code>--patch</code>.
+</p>
+</dd>
+<dt class="hdlist1">
+--output=&lt;file&gt;
+</dt>
+<dd>
+<p>
+ Output to a specific file instead of stdout.
+</p>
+</dd>
+<dt class="hdlist1">
+--output-indicator-new=&lt;char&gt;
+</dt>
+<dt class="hdlist1">
+--output-indicator-old=&lt;char&gt;
+</dt>
+<dt class="hdlist1">
+--output-indicator-context=&lt;char&gt;
+</dt>
+<dd>
+<p>
+ Specify the character used to indicate new, old or context
+ lines in the generated patch. Normally they are <em>+</em>, <em>-</em> and
+ ' ' respectively.
</p>
</dd>
<dt class="hdlist1">
@@ -1015,6 +1039,9 @@ have to use <code>--diff-algorithm=default</code> option.</p></div>
</p>
</dd>
<dt class="hdlist1">
+-X[&lt;param1,param2,&#8230;&gt;]
+</dt>
+<dt class="hdlist1">
--dirstat[=&lt;param1,param2,&#8230;&gt;]
</dt>
<dd>
@@ -1095,6 +1122,22 @@ and accumulating child directory counts in the parent directories:
<code>--dirstat=files,10,cumulative</code>.</p></div>
</dd>
<dt class="hdlist1">
+--cumulative
+</dt>
+<dd>
+<p>
+ Synonym for --dirstat=cumulative
+</p>
+</dd>
+<dt class="hdlist1">
+--dirstat-by-file[=&lt;param1,param2&gt;&#8230;]
+</dt>
+<dd>
+<p>
+ Synonym for --dirstat=files,param1,param2&#8230;
+</p>
+</dd>
+<dt class="hdlist1">
--summary
</dt>
<dd>
@@ -1113,6 +1156,14 @@ and accumulating child directory counts in the parent directories:
</p>
</dd>
<dt class="hdlist1">
+--[no-]rename-empty
+</dt>
+<dd>
+<p>
+ Whether to use empty blobs as rename source.
+</p>
+</dd>
+<dt class="hdlist1">
--full-index
</dt>
<dd>
@@ -2360,7 +2411,7 @@ Extract three topmost commits from the current branch and format them
<div id="footer">
<div id="footer-text">
Last updated
- 2019-02-05 15:33:20 PST
+ 2019-02-06 08:33:20 JST
</div>
</div>
</body>