summaryrefslogtreecommitdiff
path: root/Documentation/git-status.txt
diff options
context:
space:
mode:
authorJavier Mora <cousteaulecommandant@gmail.com>2023-10-04 02:22:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-10-04 16:55:26 (GMT)
commit641307d3b6b5d2ab1c499c20df47354f64f8c5dc (patch)
tree7904b413a11c937077972faa4a204f249aeec67a /Documentation/git-status.txt
parentd0e8084c65cbf949038ae4cc344ac2c2efd77415 (diff)
downloadgit-641307d3b6b5d2ab1c499c20df47354f64f8c5dc.zip
git-641307d3b6b5d2ab1c499c20df47354f64f8c5dc.tar.gz
git-641307d3b6b5d2ab1c499c20df47354f64f8c5dc.tar.bz2
git-status.txt: fix minor asciidoc format issue
The list of additional XY values for submodules in short format isn't formatted consistently with the rest of the document. Format as list for consistency. Signed-off-by: Javier Mora <cousteaulecommandant@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r--Documentation/git-status.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index b27d127..48f46eb 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -246,10 +246,9 @@ U U unmerged, both modified
Submodules have more state and instead report
- M the submodule has a different HEAD than
- recorded in the index
- m the submodule has modified content
- ? the submodule has untracked files
+* 'M' = the submodule has a different HEAD than recorded in the index
+* 'm' = the submodule has modified content
+* '?' = the submodule has untracked files
since modified content or untracked files in a submodule cannot be added
via `git add` in the superproject to prepare a commit.