Skip to content

Commit f07c3c5

Browse files
committed
diff(1): clarify what "T"ypechange status means
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a38bb0c commit f07c3c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/diff-options.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ endif::git-format-patch[]
134134
--diff-filter=[ACDMRTUXB*]::
135135
Select only files that are Added (`A`), Copied (`C`),
136136
Deleted (`D`), Modified (`M`), Renamed (`R`), have their
137-
type (mode) changed (`T`), are Unmerged (`U`), are
137+
type (i.e. regular file, symlink, submodule, ...) changed (`T`),
138+
are Unmerged (`U`), are
138139
Unknown (`X`), or have had their pairing Broken (`B`).
139140
Any combination of the filter characters may be used.
140141
When `*` (All-or-none) is added to the combination, all

0 commit comments

Comments
 (0)