summaryrefslogtreecommitdiffstats
path: root/git-merge.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-29 09:18:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-29 09:18:19 +0000
commit591dc6ae2b927354f3011bedf81ae623d9014627 (patch)
treefb312d421fad3f6490199fc6812d60fffa4c9ad1 /git-merge.html
parent36460981d4d516642ddd8ee3afd442552a28a48a (diff)
downloadgit-htmldocs-591dc6ae2b927354f3011bedf81ae623d9014627.tar.gz
Autogenerated HTML docs for v1.5.2-136-g322bc
Diffstat (limited to 'git-merge.html')
-rw-r--r--git-merge.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/git-merge.html b/git-merge.html
index f41972ebb..f056cefc6 100644
--- a/git-merge.html
+++ b/git-merge.html
@@ -273,7 +273,7 @@ git-merge(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-merge</em> [-n] [--no-commit] [--squash] [-s &lt;strategy&gt;]&#8230;
+<div class="content"><em>git-merge</em> [-n] [--summary] [--no-commit] [--squash] [-s &lt;strategy&gt;]&#8230;
[-m &lt;msg&gt;] &lt;remote&gt; &lt;remote&gt;&#8230;</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -285,6 +285,15 @@ which drives multiple merge strategy scripts.</p>
<div class="sectionbody">
<dl>
<dt>
+--summary
+</dt>
+<dd>
+<p>
+ Show a diffstat at the end of the merge. The diffstat is also
+ controlled by the configuration option merge.diffstat.
+</p>
+</dd>
+<dt>
-n, --no-summary
</dt>
<dd>
@@ -570,7 +579,7 @@ Resolve the conflicts. <tt>git-diff</tt> would report only the
</div>
<div id="footer">
<div id="footer-text">
-Last updated 04-Apr-2007 18:33:52 UTC
+Last updated 29-May-2007 09:17:39 UTC
</div>
</div>
</body>