Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-30 09:28:32 +0400
committerJunio C Hamano <gitster@pobox.com>2012-09-30 09:28:33 +0400
commitda5a2bd525400b9106dfdccc61e2079a97589a0d (patch)
tree0570db7805ae7626487ba9e5e3851a287386a081 /Documentation
parentf06e207c906aacf25441f9093e34ee012f534c24 (diff)
parentaf9c9f97137dfb3f20a17d76520803c0312fd3e4 (diff)
Merge branch 'rr/maint-submodule-unknown-cmd'
* rr/maint-submodule-unknown-cmd: submodule: if $command was not matched, don't parse other args
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-submodule.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 2de7bf0900..b4683bba1b 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -112,7 +112,6 @@ status::
initialized, `+` if the currently checked out submodule commit
does not match the SHA-1 found in the index of the containing
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.