summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <jch@google.com>2012-04-24 15:16:19 -0700
committerJunio C Hamano <jch@google.com>2012-04-24 15:16:19 -0700
commit18b647eff82c74f4fa1a1b7b17882b37b14ddfa4 (patch)
treea2ea21cdbfbc6ba5144eed6aa402ba2525be9fef /git-push.txt
parent4eda136783d48b089bf8fbdb0d45883cb71fb68d (diff)
downloadgit-htmldocs-18b647eff82c74f4fa1a1b7b17882b37b14ddfa4.tar.gz
Autogenerated HTML docs for v1.7.10-334-gf9d99
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/git-push.txt b/git-push.txt
index 48760db33..a52b7b1a1 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -170,10 +170,16 @@ useful if you write an alias or script around 'git push'.
is specified. This flag forces progress status even if the
standard error stream is not directed to a terminal.
---recurse-submodules=check::
- Check whether all submodule commits used by the revisions to be
- pushed are available on a remote tracking branch. Otherwise the
- push will be aborted and the command will exit with non-zero status.
+--recurse-submodules=check|on-demand::
+ Make sure all submodule commits used by the revisions to be
+ pushed are available on a remote tracking branch. If 'check' is
+ used git will verify that all submodule commits that changed in
+ the revisions to be pushed are available on at least one remote
+ of the submodule. If any commits are missing the push will be
+ aborted and exit with non-zero status. If 'on-demand' is used
+ all submodules that changed in the revisions to be pushed will
+ be pushed. If on-demand was not able to push all necessary
+ revisions it will also be aborted and exit with non-zero status.
include::urls-remotes.txt[]