summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-04-06 15:58:21 -0700
committerJunio C Hamano <gitster@pobox.com>2016-04-06 15:58:21 -0700
commitbec5da4921ecdf10f30acd425332ad4c40801c8b (patch)
tree9dd5d7a62bf70c503bf8ce1136df706920e42583 /git-clone.html
parent4ba4a78f046a4424d303350cbbbf47b04b728b11 (diff)
downloadgit-htmldocs-bec5da4921ecdf10f30acd425332ad4c40801c8b.tar.gz
Autogenerated HTML docs for v2.8.1-101-g72d91
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-clone.html b/git-clone.html
index 9b6f3b31f..bce9b325b 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -753,7 +753,7 @@ git-clone(1) Manual Page
[-o &lt;name&gt;] [-b &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]
[--dissociate] [--separate-git-dir &lt;git dir&gt;]
[--depth &lt;depth&gt;] [--[no-]single-branch]
- [--recursive | --recurse-submodules] [--] &lt;repository&gt;
+ [--recursive | --recurse-submodules] [--jobs &lt;n&gt;] [--] &lt;repository&gt;
[&lt;directory&gt;]</pre>
<div class="attribution">
</div></div>
@@ -1077,6 +1077,18 @@ objects from the source repository into a pack in the cloned repository.</p></di
</p>
</dd>
<dt class="hdlist1">
+-j &lt;n&gt;
+</dt>
+<dt class="hdlist1">
+--jobs &lt;n&gt;
+</dt>
+<dd>
+<p>
+ The number of submodules fetched at the same time.
+ Defaults to the <code>submodule.fetchJobs</code> option.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;repository&gt;
</dt>
<dd>
@@ -1293,7 +1305,7 @@ Create a bare repository to publish your changes to the public:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-02-17 14:30:28 PST
+Last updated 2016-04-06 15:57:48 PDT
</div>
</div>
</body>