summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-15 15:18:15 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-15 15:18:15 -0800
commite89102f576e57803186bcbec0507e49885224867 (patch)
treea7eb6c85dec2bba8a08ee969b5013ca92485a198 /git-push.html
parenta8e4261bd5f84cbc59a4a12a7908561671210aba (diff)
downloadgit-htmldocs-e89102f576e57803186bcbec0507e49885224867.tar.gz
Autogenerated HTML docs for v2.12.0-rc1-28-gd09b6
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/git-push.html b/git-push.html
index 2c38f1c8d..94874f4b6 100644
--- a/git-push.html
+++ b/git-push.html
@@ -1129,7 +1129,7 @@ origin +master</code> to force a push to the <code>master</code> branch). See th
--no-recurse-submodules
</dt>
<dt class="hdlist1">
---recurse-submodules=check|on-demand|no
+--recurse-submodules=check|on-demand|only|no
</dt>
<dd>
<p>
@@ -1140,11 +1140,12 @@ origin +master</code> to force a push to the <code>master</code> branch). See th
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 <code>--no-recurse-submodules</code> can be used to override the
- push.recurseSubmodules configuration variable when no submodule
- recursion is required.
+ pushed. If on-demand was not able to push all necessary revisions it will
+ also be aborted and exit with non-zero status. If <em>only</em> is used all
+ submodules will be recursively pushed while the superproject is left
+ unpushed. A value of <em>no</em> or using <code>--no-recurse-submodules</code> can be used
+ to override the push.recurseSubmodules configuration variable when no
+ submodule recursion is required.
</p>
</dd>
<dt class="hdlist1">
@@ -1830,7 +1831,7 @@ As in #1, the attacker chooses an object ID X to steal. The victim sends
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-01-10 15:42:58 PST
+Last updated 2017-02-15 15:17:51 PST
</div>
</div>
</body>