Message ID | pull.1590.git.1695392082207.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 38a15f4755f257ca89535b73e0f267ea4df7d17f |
Headers | show |
Series | Documentation/git-status: add missing line breaks | expand |
"Josh Soref via GitGitGadget" <gitgitgadget@gmail.com> writes: > From: Josh Soref <jsoref@gmail.com> > > Signed-off-by: Josh Soref <jsoref@gmail.com> > --- > @@ -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. Ah, good find. Thanks, will queue.
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index a051b1e8f38..b27d127b5e2 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -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.