Browse Source

Merge branch 'sb/status-doc-fix' into maint

Docfix.

* sb/status-doc-fix:
  Documentation/git-status: clarify status table for porcelain mode
maint
Junio C Hamano 7 years ago
parent
commit
e09224812a
  1. 4
      Documentation/git-status.txt

4
Documentation/git-status.txt

@ -184,10 +184,10 @@ in which case `XY` are `!!`.


X Y Meaning X Y Meaning
------------------------------------------------- -------------------------------------------------
[MD] not updated [AMD] not updated
M [ MD] updated in index M [ MD] updated in index
A [ MD] added to index A [ MD] added to index
D [ M] deleted from index D deleted from index
R [ MD] renamed in index R [ MD] renamed in index
C [ MD] copied in index C [ MD] copied in index
[MARC] index and work tree matches [MARC] index and work tree matches

Loading…
Cancel
Save