summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-02-25 16:21:27 -0800
committerJunio C Hamano <gitster@pobox.com>2022-02-25 16:21:27 -0800
commit5f907e9e08462d0b15c8983fc31451755eb9cebe (patch)
tree47c3163dd546269ddc4740cb8e6ed0e5a89e0195 /git-submodule.html
parentc44a3c5407578ca733b6e1aa66cf8a94e5b4d2e3 (diff)
downloadgit-htmldocs-5f907e9e08462d0b15c8983fc31451755eb9cebe.tar.gz
Autogenerated HTML docs for v2.35.1-354-g715d08
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-submodule.html b/git-submodule.html
index a60f8cf4a..2c6c06089 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -885,7 +885,7 @@ that use <a href="git-rm.html">git-rm(1)</a> instead. See <a href="gitsubmodules
options.</p></div>
</dd>
<dt class="hdlist1">
-update [--init] [--remote] [-N|--no-fetch] [--[no-]recommend-shallow] [-f|--force] [--checkout|--rebase|--merge] [--reference &lt;repository&gt;] [--depth &lt;depth&gt;] [--recursive] [--jobs &lt;n&gt;] [--[no-]single-branch] [--] [&lt;path&gt;&#8230;]
+update [--init] [--remote] [-N|--no-fetch] [--[no-]recommend-shallow] [-f|--force] [--checkout|--rebase|--merge] [--reference &lt;repository&gt;] [--depth &lt;depth&gt;] [--recursive] [--jobs &lt;n&gt;] [--[no-]single-branch] [--filter &lt;filter spec&gt;] [--] [&lt;path&gt;&#8230;]
</dt>
<dd>
<div class="openblock">
@@ -961,6 +961,9 @@ setting as stored in <code>.gitmodules</code>, you can automatically initialize
submodule with the <code>--init</code> option.</p></div>
<div class="paragraph"><p>If <code>--recursive</code> is specified, this command will recurse into the
registered submodules, and update any nested submodules within.</p></div>
+<div class="paragraph"><p>If <code>--filter &lt;filter spec&gt;</code> is specified, the given partial clone filter will be
+applied to the submodule. See <a href="git-rev-list.html">git-rev-list(1)</a> for details on filter
+specifications.</p></div>
</div></div>
</dd>
<dt class="hdlist1">
@@ -1407,7 +1410,7 @@ for details.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-07-09 15:39:10 PDT
+ 2022-02-25 16:19:34 PST
</div>
</div>
</body>