diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-03-22 14:24:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-22 14:24:23 -0700 |
commit | e09224812aeb883fec4cd1c05dbcc173d593ccb7 (patch) | |
tree | 494251e40637fc6210e1f1f672b7d5a198d3ccc0 /Documentation | |
parent | Merge branch 'rd/typofix' into maint (diff) | |
parent | Documentation/git-status: clarify status table for porcelain mode (diff) | |
download | tgif-e09224812aeb883fec4cd1c05dbcc173d593ccb7.tar.xz |
Merge branch 'sb/status-doc-fix' into maint
Docfix.
* sb/status-doc-fix:
Documentation/git-status: clarify status table for porcelain mode
Diffstat (limited to 'Documentation')
-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 |