summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-07-19 20:26:15 +0000
committerJunio C Hamano <junio@kernel.org>2010-07-19 20:26:15 +0000
commitafabd32f6189eafdf7bbef1ee32c6dd60674063e (patch)
tree6a9690e22c05e0495e962953d3c5af7d0aa77a33 /git-submodule.html
parent78e3a7820b2267111cd2f29fd3d06e8919f2b36c (diff)
downloadgit-htmldocs-afabd32f6189eafdf7bbef1ee32c6dd60674063e.tar.gz
Autogenerated HTML docs for v1.7.2-rc3-52-gc5212
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html19
1 files changed, 14 insertions, 5 deletions
diff --git a/git-submodule.html b/git-submodule.html
index 87d9b7473..5f9752213 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -321,7 +321,7 @@ git-submodule(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git submodule</em> [--quiet] add [-b branch]
+<div class="content"><em>git submodule</em> [--quiet] add [-b branch] [-f|--force]
[--reference &lt;repository&gt;] [--] &lt;repository&gt; [&lt;path&gt;]
<em>git submodule</em> [--quiet] status [--cached] [--recursive] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] init [--] [&lt;path&gt;&#8230;]
@@ -404,9 +404,6 @@ is the superproject and submodule repositories will be kept
together in the same relative location, and only the
superproject's URL needs to be provided: git-submodule will correctly
locate the submodule using the relative URL in .gitmodules.</p></div>
-<div class="para"><p>The submodule will be added with "git add --force &lt;path&gt;". I.e. git
-doesn't care if the new path is in a <tt>gitignore</tt>. Your invocation of
-"git submodule add" is considered enough to override it.</p></div>
</dd>
<dt>
status
@@ -538,6 +535,18 @@ sync
</p>
</dd>
<dt>
+-f
+</dt>
+<dt>
+--force
+</dt>
+<dd>
+<p>
+ This option is only valid for the add command.
+ Allow adding an otherwise ignored submodule path.
+</p>
+</dd>
+<dt>
--cached
</dt>
<dd>
@@ -666,7 +675,7 @@ for details.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-07-15 22:24:04 UTC
+Last updated 2010-07-19 20:25:59 UTC
</div>
</div>
</body>