summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-17 06:12:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-17 06:12:23 +0000
commit0f7b5a99cef87c294a3c3591b4990ca4077b0d0a (patch)
treec83de67f4f0d4035c00af16d042648cfd964f5d2 /git-submodule.html
parent229a72fb72443e80e586bddb6b03b44bbb0ce140 (diff)
downloadgit-htmldocs-0f7b5a99cef87c294a3c3591b4990ca4077b0d0a.tar.gz
Autogenerated HTML docs for v1.5.5.1-315-g6d2c1c
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-submodule.html b/git-submodule.html
index 3eb916763..7cb2e3d64 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -275,7 +275,8 @@ git-submodule(1) Manual Page
<div class="verseblock">
<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|update] [--] [&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] summary [--summary-limit &lt;n&gt;] [commit] [--] [&lt;path&gt;&#8230;]</div></div>
</div>
<h2>COMMANDS</h2>
@@ -331,6 +332,9 @@ update
checkout the commit specified in the index of the containing repository.
This will make the submodules HEAD be detached.
</p>
+<p>If the submodule is not yet initialized, and you just want to use the
+setting as stored in .gitmodules, you can automatically initialize the
+submodule with the --init option.</p>
</dd>
<dt>
summary
@@ -415,7 +419,7 @@ for details.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 13-Apr-2008 05:32:58 UTC
+Last updated 17-May-2008 06:12:01 UTC
</div>
</div>
</body>