aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-status.txt
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2023-09-22 14:14:42 +0000
committerJunio C Hamano <gitster@pobox.com>2023-09-22 15:27:51 -0700
commit38a15f4755f257ca89535b73e0f267ea4df7d17f (patch)
tree6bf70f55eb59d0a073fba087993463c0b7e61834 /Documentation/git-status.txt
parent6bdb5b11d60b6990a62bd924d2e7c3f0115d4827 (diff)
downloadgit-38a15f4755f257ca89535b73e0f267ea4df7d17f.tar.gz
Documentation/git-status: add missing line breaks
Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r--Documentation/git-status.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index a051b1e8f3..b27d127b5e 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.