diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-29 22:28:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-29 22:28:33 -0700 |
commit | da5a2bd525400b9106dfdccc61e2079a97589a0d (patch) | |
tree | 0570db7805ae7626487ba9e5e3851a287386a081 /Documentation | |
parent | Merge branch 'rs/archive-zip-utf8' (diff) | |
parent | submodule: if $command was not matched, don't parse other args (diff) | |
download | tgif-da5a2bd525400b9106dfdccc61e2079a97589a0d.tar.xz |
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.txt | 1 |
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. |