summaryrefslogtreecommitdiffstats
path: root/Documentation/git-submodule.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-04 12:41:24 +0200
committerJunio C Hamano <gitster@pobox.com>2011-04-04 12:41:24 +0200
commit1eb71bc0ec609c67b8a308f9267691144a48bffd (patch)
tree85e1c1054de559a38f2f620fcdf103ccf8f2467d /Documentation/git-submodule.txt
parentMerge branch 'maint' (diff)
parentsubmodule: process conflicting submodules only once (diff)
downloadgit-1eb71bc0ec609c67b8a308f9267691144a48bffd.tar.xz
git-1eb71bc0ec609c67b8a308f9267691144a48bffd.zip
Merge branch 'nm/maint-conflicted-submodule-entries'
* nm/maint-conflicted-submodule-entries: submodule: process conflicting submodules only once
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r--Documentation/git-submodule.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 3a5aa01435..1a16ff6044 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -101,9 +101,10 @@ status::
currently checked out commit for each submodule, along with the
submodule path and the output of 'git describe' for the
SHA-1. Each SHA-1 will be prefixed with `-` if the submodule is not
- initialized and `+` if the currently checked out submodule commit
+ initialized, `+` if the currently checked out submodule commit
does not match the SHA-1 found in the index of the containing
- repository. This command is the default command for 'git submodule'.
+ repository and `U` if the submodule has merge conflicts.
+ This command is the default command for 'git submodule'.
+
If '--recursive' is specified, this command will recurse into nested
submodules, and show their status as well.