summaryrefslogtreecommitdiffstats
path: root/git-submodule.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-submodule.html
parent4ba4a78f046a4424d303350cbbbf47b04b728b11 (diff)
downloadgit-htmldocs-bec5da4921ecdf10f30acd425332ad4c40801c8b.tar.gz
Autogenerated HTML docs for v2.8.1-101-g72d91
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-submodule.html b/git-submodule.html
index a7b03c3d8..2b7427857 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -755,7 +755,7 @@ git-submodule(1) Manual Page
<em>git submodule</em> [--quiet] deinit [-f|--force] [--] &lt;path&gt;&#8230;
<em>git submodule</em> [--quiet] update [--init] [--remote] [-N|--no-fetch]
[-f|--force] [--rebase|--merge] [--reference &lt;repository&gt;]
- [--depth &lt;depth&gt;] [--recursive] [--] [&lt;path&gt;&#8230;]
+ [--depth &lt;depth&gt;] [--recursive] [--jobs &lt;n&gt;] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] summary [--cached|--files] [(-n|--summary-limit) &lt;n&gt;]
[commit] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] foreach [--recursive] &lt;command&gt;
@@ -1260,6 +1260,19 @@ for <a href="git-clone.html">git-clone(1)</a>'s <code>--reference</code> and <co
</p>
</dd>
<dt class="hdlist1">
+-j &lt;n&gt;
+</dt>
+<dt class="hdlist1">
+--jobs &lt;n&gt;
+</dt>
+<dd>
+<p>
+ This option is only valid for the update command.
+ Clone new submodules in parallel with as many jobs.
+ Defaults to the <code>submodule.fetchJobs</code> option.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;path&gt;&#8230;
</dt>
<dd>
@@ -1292,7 +1305,7 @@ for details.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-12-11 13:30:57 PST
+Last updated 2016-04-06 15:57:48 PDT
</div>
</div>
</body>