Merge branch 'js/doc-status-with-submodules-mark-up-fix'

Docfix.

* js/doc-status-with-submodules-mark-up-fix:
  Documentation/git-status: add missing line breaks
This commit is contained in:
Junio C Hamano 2023-10-02 11:20:00 -07:00
commit 4a0bcc832a

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.