Documentation/git-status: add missing line breaks

Signed-off-by: Josh Soref <jsoref@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Josh Soref 2023-09-22 14:14:42 +00:00 committed by Junio C Hamano
parent 6bdb5b11d6
commit 38a15f4755

View 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.