Documentation/git-status: document porcelain status T (typechange)
As reported in [1], T is missing from the description of porcelain status letters in git-status(1) (whereas T *is* documented in git-diff-files(1) and friends). Document T right after M (modified) because the two are very similar. [1] https://github.com/fish-shell/fish-shell/issues/8311 Signed-off-by: Johannes Altmanninger <aclopte@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
55e7f52b40
commit
56c4d7f6a9
@ -207,6 +207,7 @@ show tracked paths:
|
|||||||
|
|
||||||
* ' ' = unmodified
|
* ' ' = unmodified
|
||||||
* 'M' = modified
|
* 'M' = modified
|
||||||
|
* 'T' = file type changed (regular file, symbolic link or submodule)
|
||||||
* 'A' = added
|
* 'A' = added
|
||||||
* 'D' = deleted
|
* 'D' = deleted
|
||||||
* 'R' = renamed
|
* 'R' = renamed
|
||||||
@ -217,14 +218,16 @@ show tracked paths:
|
|||||||
X Y Meaning
|
X Y Meaning
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
[AMD] not updated
|
[AMD] not updated
|
||||||
M [ MD] updated in index
|
M [ MTD] updated in index
|
||||||
A [ MD] added to index
|
T [ MTD] type changed in index
|
||||||
|
A [ MTD] added to index
|
||||||
D deleted from index
|
D deleted from index
|
||||||
R [ MD] renamed in index
|
R [ MTD] renamed in index
|
||||||
C [ MD] copied in index
|
C [ MTD] copied in index
|
||||||
[MARC] index and work tree matches
|
[MTARC] index and work tree matches
|
||||||
[ MARC] M work tree changed since index
|
[ MTARC] M work tree changed since index
|
||||||
[ MARC] D deleted in work tree
|
[ MTARC] T type changed in work tree since index
|
||||||
|
[ MTARC] D deleted in work tree
|
||||||
R renamed in work tree
|
R renamed in work tree
|
||||||
C copied in work tree
|
C copied in work tree
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user