diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-02-28 13:37:54 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-28 13:37:54 -0800 |
commit | 7676b86ec2a60078ed3eb274d208bf61be3e29a7 (patch) | |
tree | f5c734163b98814b62f0186387ae1f13ae82ed51 | |
parent | Merge branch 'es/worktree-add-post-checkout-hook' (diff) | |
parent | Documentation/git-status: clarify status table for porcelain mode (diff) | |
download | tgif-7676b86ec2a60078ed3eb274d208bf61be3e29a7.tar.xz |
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.txt | 4 |
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 |