summaryrefslogtreecommitdiffstats
path: root/git-diff.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-22 08:19:03 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-22 08:19:03 +0000
commit6a45be9321b1ee81baf74de51671f224407e5ad1 (patch)
treea3648165bf7e8aca1f6cfee337e1a7856cd857e3 /git-diff.html
parente3ddb5b3fc8719b846b2e932e3e96c99c4912eae (diff)
downloadgit-htmldocs-6a45be9321b1ee81baf74de51671f224407e5ad1.tar.gz
Autogenerated HTML docs for v1.5.5.1-67-gbdb8
Diffstat (limited to 'git-diff.html')
-rw-r--r--git-diff.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-diff.html b/git-diff.html
index 8983b8540..e2dcbd38d 100644
--- a/git-diff.html
+++ b/git-diff.html
@@ -448,6 +448,19 @@ and the range notations ("&lt;commit&gt;..&lt;commit&gt;" and
</p>
</dd>
<dt>
+--dirstat[=limit]
+</dt>
+<dd>
+<p>
+ Output only the sub-directories that are impacted by a diff,
+ and to what degree they are impacted. You can override the
+ default cut-off in percent (3) by "--dirstat=limit". If you
+ want to enable "cumulative" directory statistics, you can use
+ the "--cumulative" flag, which adds up percentages recursively
+ even when they have been already reported for a sub-directory.
+</p>
+</dd>
+<dt>
--summary
</dt>
<dd>
@@ -1471,7 +1484,7 @@ Output diff in reverse.
</div>
<div id="footer">
<div id="footer-text">
-Last updated 28-Feb-2008 00:25:41 UTC
+Last updated 22-Apr-2008 08:17:16 UTC
</div>
</div>
</body>