summaryrefslogtreecommitdiffstats
path: root/git-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-17 06:57:26 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-17 06:57:26 +0000
commit0d75e8734ce2601a438c17a0588270dd3fa8aec1 (patch)
tree363735b98fcf0a14a4451e68f99fa405ec4e4014 /git-fetch.html
parent7eeb87e0c2c984b2f0f5797c572f8e3661438005 (diff)
downloadgit-htmldocs-0d75e8734ce2601a438c17a0588270dd3fa8aec1.tar.gz
Autogenerated HTML docs for v1.7.3.4-568-g1b974
Diffstat (limited to 'git-fetch.html')
-rw-r--r--git-fetch.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/git-fetch.html b/git-fetch.html
index 34680a661..2f78043d4 100644
--- a/git-fetch.html
+++ b/git-fetch.html
@@ -561,6 +561,25 @@ there is a remotes.&lt;group&gt; entry in the configuration file.
</p>
</dd>
<dt class="hdlist1">
+--[no-]recurse-submodules
+</dt>
+<dd>
+<p>
+ This option controls if new commits of all populated submodules should
+ be fetched too (see <a href="git-config.html">git-config(1)</a> and <a href="gitmodules.html">gitmodules(5)</a>).
+</p>
+</dd>
+<dt class="hdlist1">
+--submodule-prefix=&lt;path&gt;
+</dt>
+<dd>
+<p>
+ Prepend &lt;path&gt; to paths printed in informative messages
+ such as "Fetching submodule foo". This option is used
+ internally when recursing over submodules.
+</p>
+</dd>
+<dt class="hdlist1">
-u
</dt>
<dt class="hdlist1">