summaryrefslogtreecommitdiffstats
path: root/git-diff-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-09-03 05:20:31 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-09-03 05:20:31 +0000
commita2f4662f592080968a8ce848d3e5d84003a6c20d (patch)
treef7fea594067a02e897e4313d2dee074f96797138 /git-diff-index.html
parent17bd22710392bb8cd5d7cb26eb6d2eff19feca96 (diff)
downloadgit-htmldocs-a2f4662f592080968a8ce848d3e5d84003a6c20d.tar.gz
Autogenerated HTML docs for v1.6.0.1-196-g0191
Diffstat (limited to 'git-diff-index.html')
-rw-r--r--git-diff-index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/git-diff-index.html b/git-diff-index.html
index d004fc8fb..fa3ddb453 100644
--- a/git-diff-index.html
+++ b/git-diff-index.html
@@ -422,12 +422,11 @@ entries in the index are compared.</p></div>
</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.
+ Output the distribution of relative amount of changes (number of lines added or
+ removed) for each sub-directory. Directories with changes below
+ a cut-off percent (3% by default) are not shown. The cut-off percent
+ can be set with "--dirstat=limit". Changes in a child directory is not
+ counted for the parent directory, unless "--cumulative" is used.
</p>
</dd>
<dt>
@@ -1426,7 +1425,7 @@ always have the special all-zero sha1.</td>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-08-20 09:13:29 UTC
+Last updated 2008-09-03 05:19:54 UTC
</div>
</div>
</body>