summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-02-15 10:38:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-02-15 10:38:19 +0000
commit8bc410e7932f0c634f6c651114755bfcb7dc0fb2 (patch)
tree2d04caab33cefb1472dfc97498ff4a4d443aeb9c /git-submodule.html
parenta5ec842daf494e5b4141432e38cd2044ebbac61e (diff)
downloadgit-htmldocs-8bc410e7932f0c634f6c651114755bfcb7dc0fb2.tar.gz
Autogenerated HTML docs for v1.6.2-rc0-90-g0753
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-submodule.html b/git-submodule.html
index eab861e11..dbfcce835 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -324,7 +324,7 @@ git-submodule(1) Manual Page
<div class="content"><em>git submodule</em> [--quiet] add [-b branch] [--] &lt;repository&gt; &lt;path&gt;
<em>git submodule</em> [--quiet] status [--cached] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] init [--] [&lt;path&gt;&#8230;]
-<em>git submodule</em> [--quiet] update [--init] [--] [&lt;path&gt;&#8230;]
+<em>git submodule</em> [--quiet] update [--init] [-N|--no-fetch] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] summary [--summary-limit &lt;n&gt;] [commit] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] foreach &lt;command&gt;
<em>git submodule</em> [--quiet] sync [--] [&lt;path&gt;&#8230;]</div></div>
@@ -538,6 +538,18 @@ sync
</p>
</dd>
<dt>
+-N
+</dt>
+<dt>
+--no-fetch
+</dt>
+<dd>
+<p>
+ This option is only valid for the update command.
+ Don't fetch new objects from the remote site.
+</p>
+</dd>
+<dt>
&lt;path&gt;&#8230;
</dt>
<dd>
@@ -567,7 +579,7 @@ for details.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-02-14 08:18:38 UTC
+Last updated 2009-02-15 10:37:55 UTC
</div>
</div>
</body>