1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-09 07:06:12 +02:00

Merge branch 'sb/status-doc-fix'

Docfix.

* sb/status-doc-fix:
  Documentation/git-status: clarify status table for porcelain mode
This commit is contained in:
Junio C Hamano 2018-02-28 13:37:54 -08:00
commit 7676b86ec2

View File

@ -184,10 +184,10 @@ in which case `XY` are `!!`.
X Y Meaning
-------------------------------------------------
[MD] not updated
[AMD] not updated
M [ MD] updated in index
A [ MD] added to index
D [ M] deleted from index
D deleted from index
R [ MD] renamed in index
C [ MD] copied in index
[MARC] index and work tree matches