From: Junio C Hamano Date: Sat, 18 Oct 2008 15:20:51 +0000 (-0700) Subject: diff(1): clarify what "T"ypechange status means X-Git-Tag: v1.6.0.3~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f07c3c53f8e7f243730de74918abcc72bd85c2ef;p=git.git diff(1): clarify what "T"ypechange status means Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 746646bb3..45885bbbb 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -134,7 +134,8 @@ endif::git-format-patch[] --diff-filter=[ACDMRTUXB*]:: Select only files that are Added (`A`), Copied (`C`), Deleted (`D`), Modified (`M`), Renamed (`R`), have their - type (mode) changed (`T`), are Unmerged (`U`), are + type (i.e. regular file, symlink, submodule, ...) changed (`T`), + are Unmerged (`U`), are Unknown (`X`), or have had their pairing Broken (`B`). Any combination of the filter characters may be used. When `*` (All-or-none) is added to the combination, all