summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-09-25 08:41:42 -0700
committerShawn O. Pearce <spearce@spearce.org>2008-09-25 08:41:42 -0700
commitde813435621b914f2b3e148c6cc94ab0066300c3 (patch)
treedf8dc1ffcdb555e334d310cbb26d34ef12f28aed /Documentation
parent1500f7bc1366e71edb7e8a31f3cf5614e9591cc2 (diff)
parentfd33777b7871eefa440f89ccf7c432895af09c74 (diff)
downloadgit-de813435621b914f2b3e148c6cc94ab0066300c3.tar.gz
Merge branch 'ho/dirstat-by-file'
* ho/dirstat-by-file: diff --dirstat-by-file: count changed files, not lines
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/diff-options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 6e268326da..7788d4fa4a 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -65,6 +65,9 @@ endif::git-format-patch[]
can be set with "--dirstat=limit". Changes in a child directory is not
counted for the parent directory, unless "--cumulative" is used.
+--dirstat-by-file[=limit]::
+ Same as --dirstat, but counts changed files instead of lines.
+
--summary::
Output a condensed summary of extended header information
such as creations, renames and mode changes.