summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-submodule.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-submodule.html b/git-submodule.html
index 7e1131853..d6472d875 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -412,11 +412,11 @@ status
<p>
Show the status of the submodules. This will print the SHA-1 of the
currently checked out commit for each submodule, along with the
- submodule path and the output of <em>git-describe</em> for the
+ submodule path and the output of <em>git describe</em> for the
SHA-1. Each SHA-1 will be prefixed with <tt>-</tt> if the submodule is not
initialized and <tt>+</tt> if the currently checked out submodule commit
does not match the SHA-1 found in the index of the containing
- repository. This command is the default command for <em>git-submodule</em>.
+ repository. This command is the default command for <em>git submodule</em>.
</p>
<div class="para"><p>If <em>--recursive</em> is specified, this command will recurse into nested
submodules, and show their status as well.</p></div>
@@ -431,8 +431,8 @@ init
The key used in .git/config is <tt>submodule.$name.url</tt>.
This command does not alter existing information in .git/config.
You can then customize the submodule clone URLs in .git/config
- for your local setup and proceed to <em>git submodule update</em>;
- you can also just use <em>git submodule update --init</em> without
+ for your local setup and proceed to <tt>git submodule update</tt>;
+ you can also just use <tt>git submodule update --init</tt> without
the explicit <em>init</em> step if you do not intend to customize
any submodule locations.
</p>
@@ -661,7 +661,7 @@ for details.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:49 UTC
+Last updated 2010-01-21 17:44:39 UTC
</div>
</div>
</body>