summaryrefslogtreecommitdiffstats
path: root/git-clone.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-clone.html
parentc44a3c5407578ca733b6e1aa66cf8a94e5b4d2e3 (diff)
downloadgit-htmldocs-5f907e9e08462d0b15c8983fc31451755eb9cebe.tar.gz
Autogenerated HTML docs for v2.35.1-354-g715d08
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-clone.html b/git-clone.html
index 83259a623..6419a730d 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -756,7 +756,7 @@ git-clone(1) Manual Page
[--depth &lt;depth&gt;] [--[no-]single-branch] [--no-tags]
[--recurse-submodules[=&lt;pathspec&gt;]] [--[no-]shallow-submodules]
[--[no-]remote-submodules] [--jobs &lt;n&gt;] [--sparse] [--[no-]reject-shallow]
- [--filter=&lt;filter&gt;] [--] &lt;repository&gt;
+ [--filter=&lt;filter&gt; [--also-filter-submodules]] [--] &lt;repository&gt;
[&lt;directory&gt;]</pre>
<div class="attribution">
</div></div>
@@ -1000,6 +1000,16 @@ objects from the source repository into a pack in the cloned repository.</p></di
</p>
</dd>
<dt class="hdlist1">
+--also-filter-submodules
+</dt>
+<dd>
+<p>
+ Also apply the partial clone filter to any submodules in the repository.
+ Requires <code>--filter</code> and <code>--recurse-submodules</code>. This can be turned on by
+ default by setting the <code>clone.filterSubmodules</code> config option.
+</p>
+</dd>
+<dt class="hdlist1">
--mirror
</dt>
<dd>
@@ -1430,7 +1440,7 @@ Create a bare repository to publish your changes to the public:
<div id="footer">
<div id="footer-text">
Last updated
- 2022-01-03 16:49:08 PST
+ 2022-02-25 16:19:34 PST
</div>
</div>
</body>