summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-12-11 13:31:17 -0800
committerJunio C Hamano <gitster@pobox.com>2015-12-11 13:31:17 -0800
commit45b356c6e919613f6065a6d4f5f1d937b7550171 (patch)
treef0d766cc2527f3829bc64dce4e04e0896fef5a1a /git-submodule.html
parentd30e7ef3568f306399b720bc47e35596668aadfd (diff)
downloadgit-htmldocs-45b356c6e919613f6065a6d4f5f1d937b7550171.tar.gz
Autogenerated HTML docs for v2.7.0-rc0-20-g4b9ab
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-submodule.html b/git-submodule.html
index 77d5b8b06..a7b03c3d8 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -1029,6 +1029,8 @@ sync
</p>
<div class="paragraph"><p>"git submodule sync" synchronizes all submodules while
"git submodule sync -- A" synchronizes submodule "A" only.</p></div>
+<div class="paragraph"><p>If <code>--recursive</code> is specified, this command will recurse into the
+registered submodules, and sync any nested submodules within.</p></div>
</dd>
</dl></div>
</div>
@@ -1241,7 +1243,7 @@ for <a href="git-clone.html">git-clone(1)</a>'s <code>--reference</code> and <co
</dt>
<dd>
<p>
- This option is only valid for foreach, update and status commands.
+ This option is only valid for foreach, update, status and sync commands.
Traverse submodules recursively. The operation is performed not
only in the submodules of the current repo, but also
in any nested submodules inside those submodules (and so on).
@@ -1290,7 +1292,7 @@ for details.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-06-11 12:36:46 PDT
+Last updated 2015-12-11 13:30:57 PST
</div>
</div>
</body>