summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
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 /diff-options.txt
parent17bd22710392bb8cd5d7cb26eb6d2eff19feca96 (diff)
downloadgit-htmldocs-a2f4662f592080968a8ce848d3e5d84003a6c20d.tar.gz
Autogenerated HTML docs for v1.6.0.1-196-g0191
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/diff-options.txt b/diff-options.txt
index 175938640..6e268326d 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -59,12 +59,11 @@ endif::git-format-patch[]
lines.
--dirstat[=limit]::
- 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.
--summary::
Output a condensed summary of extended header information