summaryrefslogtreecommitdiffstats
path: root/git-diff-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-06-30 01:19:32 +0000
committerJunio C Hamano <junio@kernel.org>2011-06-30 01:19:32 +0000
commit4c4b012f8e2199a3fa817a0d95bbde69a0fb1c4b (patch)
tree54a9e036f635309f4ef6c04b4587d57bf52f6a75 /git-diff-tree.html
parent7444c60ec3a9c128aff5addce42d2c012d7a9098 (diff)
downloadgit-htmldocs-4c4b012f8e2199a3fa817a0d95bbde69a0fb1c4b.tar.gz
Autogenerated HTML docs for v1.7.6-49-g033c2
Diffstat (limited to 'git-diff-tree.html')
-rw-r--r--git-diff-tree.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-diff-tree.html b/git-diff-tree.html
index 8f16c1c7f..ba286f933 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -485,7 +485,7 @@ git-diff-tree(1) Manual Page
</p>
</dd>
<dt class="hdlist1">
---stat[=&lt;width&gt;[,&lt;name-width&gt;]]
+--stat[=&lt;width&gt;[,&lt;name-width&gt;[,&lt;count&gt;]]]
</dt>
<dd>
<p>
@@ -493,7 +493,12 @@ git-diff-tree(1) Manual Page
output width for 80-column terminal by <tt>--stat=&lt;width&gt;</tt>.
The width of the filename part can be controlled by
giving another width to it separated by a comma.
+ By giving a third parameter <tt>&lt;count&gt;</tt>, you can limit the
+ output to the first <tt>&lt;count&gt;</tt> lines, followed by
+ <tt>&#8230;</tt> if there are more.
</p>
+<div class="paragraph"><p>These parameters can also be set individually with <tt>--stat-width=&lt;width&gt;</tt>,
+<tt>--stat-name-width=&lt;name-width&gt;</tt> and <tt>--stat-count=&lt;count&gt;</tt>.</p></div>
</dd>
<dt class="hdlist1">
--numstat