diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-09-25 08:41:42 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-09-25 08:41:42 -0700 |
commit | de813435621b914f2b3e148c6cc94ab0066300c3 (patch) | |
tree | df8dc1ffcdb555e334d310cbb26d34ef12f28aed /Documentation | |
parent | 1500f7bc1366e71edb7e8a31f3cf5614e9591cc2 (diff) | |
parent | fd33777b7871eefa440f89ccf7c432895af09c74 (diff) | |
download | git-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.txt | 3 |
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. |