]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-status: add missing line breaks
authorJosh Soref <jsoref@gmail.com>
Fri, 22 Sep 2023 14:14:42 +0000 (14:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Sep 2023 22:27:51 +0000 (15:27 -0700)
Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt

index a051b1e8f383abc618397ea7e2ac2f173d30a111..b27d127b5e24f2be3c1ff303cbc1beef6d9126d9 100644 (file)
@@ -245,10 +245,12 @@ 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
+
 since modified content or untracked files in a submodule cannot be added
 via `git add` in the superproject to prepare a commit.