Skip to content

Commit 641307d

Browse files
cousteaulecommandantgitster
authored andcommitted
git-status.txt: fix minor asciidoc format issue
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d0e8084 commit 641307d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Documentation/git-status.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,9 @@ U U unmerged, both modified
246246

247247
Submodules have more state and instead report
248248

249-
M the submodule has a different HEAD than
250-
recorded in the index
251-
m the submodule has modified content
252-
? the submodule has untracked files
249+
* 'M' = the submodule has a different HEAD than recorded in the index
250+
* 'm' = the submodule has modified content
251+
* '?' = the submodule has untracked files
253252

254253
since modified content or untracked files in a submodule cannot be added
255254
via `git add` in the superproject to prepare a commit.

0 commit comments

Comments
 (0)