summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
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 /diff-options.txt
parente3ddb5b3fc8719b846b2e932e3e96c99c4912eae (diff)
downloadgit-htmldocs-6a45be9321b1ee81baf74de51671f224407e5ad1.tar.gz
Autogenerated HTML docs for v1.5.5.1-67-gbdb8
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/diff-options.txt b/diff-options.txt
index 8dc5b001c..01e7a5785 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -58,6 +58,14 @@ endif::git-format-patch[]
number of modified files, as well as number of added and deleted
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.
+
--summary::
Output a condensed summary of extended header information
such as creations, renames and mode changes.