Re: [PATCH v3] git-status.txt: fix minor asciidoc format issue
From: Junio C Hamano <hidden>
Date: 2023-10-04 16:56:17
"cousteau via GitGitGadget" [off-list ref] writes:
quoted hunk
From: Javier Mora <redacted> 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 <redacted> --- ...diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index b27d127b5e2..48f46eb2047 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt@@ -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.base-commit: d0e8084c65cbf949038ae4cc344ac2c2efd77415
Perfect. Thanks.