summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-12-22 15:45:23 -0800
committerJunio C Hamano <gitster@pobox.com>2015-12-22 15:45:23 -0800
commit409a33a4d4cf906e4abcfd1cd6fd97377e7ddc75 (patch)
tree1c9cbad93d16cd69b74e08b0ab73104fc909f605 /git-push.html
parent98be6ac588de4a81d98a724b025ad3e5baf68a43 (diff)
downloadgit-htmldocs-409a33a4d4cf906e4abcfd1cd6fd97377e7ddc75.tar.gz
Autogenerated HTML docs for v2.7.0-rc2
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html28
1 files changed, 17 insertions, 11 deletions
diff --git a/git-push.html b/git-push.html
index ca7ac8b20..e11ceabf3 100644
--- a/git-push.html
+++ b/git-push.html
@@ -1106,19 +1106,25 @@ origin +master</code> to force a push to the <code>master</code> branch). See th
</p>
</dd>
<dt class="hdlist1">
---recurse-submodules=check|on-demand
+--no-recurse-submodules
+</dt>
+<dt class="hdlist1">
+--recurse-submodules=check|on-demand|no
</dt>
<dd>
<p>
- Make sure all submodule commits used by the revisions to be
- pushed are available on a remote-tracking branch. If <em>check</em> 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 <em>on-demand</em> 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.
+ May be used to make sure all submodule commits used by the
+ revisions to be pushed are available on a remote-tracking branch.
+ If <em>check</em> 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 <em>on-demand</em> 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. A value of
+ <em>no</em> or using <em>--no-recurse-submodules</em> can be used to override the
+ push.recurseSubmodules configuration variable when no submodule
+ recursion is required.
</p>
</dd>
<dt class="hdlist1">
@@ -1748,7 +1754,7 @@ a <code>git gc</code> command on the origin repository.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-10-29 14:44:28 PDT
+Last updated 2015-12-22 15:41:43 PST
</div>
</div>
</body>