]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-status.txt
Documentation/git-status: document porcelain status T (typechange)
[thirdparty/git.git] / Documentation / git-status.txt
index 20f496094a5c778e84abe7ba2ad2235e5cbe37c3..255dc6af9bebfcf94a19cf2eb282652b36571fb1 100644 (file)
@@ -207,6 +207,7 @@ show tracked paths:
 
 * ' ' = unmodified
 * 'M' = modified
+* 'T' = file type changed (regular file, symbolic link or submodule)
 * 'A' = added
 * 'D' = deleted
 * 'R' = renamed
@@ -217,14 +218,16 @@ show tracked paths:
 X          Y     Meaning
 -------------------------------------------------
         [AMD]   not updated
-M        [ MD]   updated in index
-A        [ MD]   added to index
+M        [ MTD]  updated in index
+T        [ MTD]  type changed in index
+A        [ MTD]  added to index
 D                deleted from index
-R        [ MD]   renamed in index
-C        [ MD]   copied in index
-[MARC]           index and work tree matches
-[ MARC]     M    work tree changed since index
-[ MARC]     D    deleted in work tree
+R        [ MTD]  renamed in index
+C        [ MTD]  copied in index
+[MTARC]          index and work tree matches
+[ MTARC]    M    work tree changed since index
+[ MTARC]    T    type changed in work tree since index
+[ MTARC]    D    deleted in work tree
            R    renamed in work tree
            C    copied in work tree
 -------------------------------------------------