]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-status.txt: fix minor asciidoc format issue
authorJavier Mora <cousteaulecommandant@gmail.com>
Wed, 4 Oct 2023 02:22:45 +0000 (02:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2023 16:55:26 +0000 (09:55 -0700)
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>
Documentation/git-status.txt

index b27d127b5e24f2be3c1ff303cbc1beef6d9126d9..48f46eb2047375716ff9f7f30c5a247511a3901f 100644 (file)
@@ -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.