diff(1): clarify what "T"ypechange status means
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a38bb0cc0f
commit
f07c3c53f8
@ -134,7 +134,8 @@ endif::git-format-patch[]
|
|||||||
--diff-filter=[ACDMRTUXB*]::
|
--diff-filter=[ACDMRTUXB*]::
|
||||||
Select only files that are Added (`A`), Copied (`C`),
|
Select only files that are Added (`A`), Copied (`C`),
|
||||||
Deleted (`D`), Modified (`M`), Renamed (`R`), have their
|
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`).
|
Unknown (`X`), or have had their pairing Broken (`B`).
|
||||||
Any combination of the filter characters may be used.
|
Any combination of the filter characters may be used.
|
||||||
When `*` (All-or-none) is added to the combination, all
|
When `*` (All-or-none) is added to the combination, all
|
||||||
|
Loading…
Reference in New Issue
Block a user