summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-28 13:37:54 -0800
committerJunio C Hamano <gitster@pobox.com>2018-02-28 13:37:54 -0800
commit7676b86ec2a60078ed3eb274d208bf61be3e29a7 (patch)
treef5c734163b98814b62f0186387ae1f13ae82ed51
parent619e5218cbb9c9751d92cc5e090731bc55793cb0 (diff)
parente4e5da2796846d8358273c7aa9ad3158593c2e62 (diff)
downloadgit-7676b86ec2a60078ed3eb274d208bf61be3e29a7.tar.gz
Merge branch 'sb/status-doc-fix'
Docfix. * sb/status-doc-fix: Documentation/git-status: clarify status table for porcelain mode
-rw-r--r--Documentation/git-status.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index 72bfb87f66..f9c91c721e 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -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