summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-07 21:53:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-07 21:53:22 +0000
commit7a4a283105c6ac21fcd7df88cf6a698281c2cd19 (patch)
tree9f36d659a94bca1891c86eb4cc9d7cb975806743 /git-submodule.html
parent330aae6bbe14d97917b66994484cabd0307d1873 (diff)
downloadgit-htmldocs-7a4a283105c6ac21fcd7df88cf6a698281c2cd19.tar.gz
Autogenerated HTML docs for v1.5.3-rc0-63-gc956
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/git-submodule.html b/git-submodule.html
index b7243732e..7d587999f 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -272,8 +272,9 @@ git-submodule(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-submodule</em> [--quiet] [-b branch] add &lt;repository&gt; [&lt;path&gt;]
-<em>git-submodule</em> [--quiet] [--cached] [status|init|update] [--] [&lt;path&gt;&#8230;]</p>
+<div class="verseblock">
+<div class="content"><em>git-submodule</em> [--quiet] [-b branch] add &lt;repository&gt; [&lt;path&gt;]
+<em>git-submodule</em> [--quiet] [--cached] [status|init|update] [--] [&lt;path&gt;&#8230;]</div></div>
</div>
<h2>COMMANDS</h2>
<div class="sectionbody">
@@ -310,8 +311,8 @@ init
<dd>
<p>
Initialize the submodules, i.e. register in .git/config each submodule
- path and url found in .gitmodules. The key used in git/config is
- <tt>submodule.$path.url</tt>. This command does not alter existing information
+ name and url found in .gitmodules. The key used in .git/config is
+ <tt>submodule.$name.url</tt>. This command does not alter existing information
in .git/config.
</p>
</dd>
@@ -372,7 +373,7 @@ update
<p>When initializing submodules, a .gitmodules file in the top-level directory
of the containing repository is used to find the url of each submodule.
This file should be formatted in the same way as $GIR_DIR/config. The key
-to each submodule url is "module.$path.url".</p>
+to each submodule url is "submodule.$name.url".</p>
</div>
<h2>AUTHOR</h2>
<div class="sectionbody">
@@ -384,7 +385,7 @@ to each submodule url is "module.$path.url".</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 03-Jul-2007 07:03:46 UTC
+Last updated 07-Jul-2007 21:52:20 UTC
</div>
</div>
</body>