X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fdiff-options.txt;h=746646bb3d09a16a5880fa6bff286389aae98870;hb=2d7a3532c78bace2f3631ab0e594f713dcab9916;hp=cba90fd27c6a1baaca884328e96adc8a6da8fc36;hpb=bb293b831b9d0aade79c0acf5bf6091106e7d19b;p=git.git diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index cba90fd27..746646bb3 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/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