Merge branch 'jm/git-status-submodule-states-docfix'

Docfix.

* jm/git-status-submodule-states-docfix:
  git-status.txt: fix minor asciidoc format issue
This commit is contained in:
Junio C Hamano 2023-10-12 12:18:26 -07:00
commit c70e7a3cfd

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