summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-30 15:32:59 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-30 15:32:59 +0900
commit309465b1bf49218ee65ee2e621cedf56bcf8b2c1 (patch)
tree512b922b36a168f2a776a8b4f1e414056544b72a /git-submodule.html
parentc567f86bbb472a4a0a93126ecf53ab9b498841db (diff)
downloadgit-htmldocs-309465b1bf49218ee65ee2e621cedf56bcf8b2c1.tar.gz
Autogenerated HTML docs for v2.17.1-904-gf15a4
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html28
1 files changed, 26 insertions, 2 deletions
diff --git a/git-submodule.html b/git-submodule.html
index 802ecd842..99f92d8c3 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -1053,6 +1053,18 @@ embedded into the superprojects git directory.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--progress
+</dt>
+<dd>
+<p>
+ This option is only valid for add and update commands.
+ Progress status is reported on the standard error stream
+ by default when it is attached to a terminal, unless -q
+ is specified. This flag forces progress status even if the
+ standard error stream is not directed to a terminal.
+</p>
+</dd>
+<dt class="hdlist1">
--all
</dt>
<dd>
@@ -1249,7 +1261,19 @@ the submodule itself.</p></div>
this option will be passed to the <a href="git-clone.html">git-clone(1)</a> command.
</p>
<div class="paragraph"><p><strong>NOTE</strong>: Do <strong>not</strong> use this option unless you have read the note
-for <a href="git-clone.html">git-clone(1)</a>'s <code>--reference</code> and <code>--shared</code> options carefully.</p></div>
+for <a href="git-clone.html">git-clone(1)</a>'s <code>--reference</code>, <code>--shared</code>, and <code>--dissociate</code>
+options carefully.</p></div>
+</dd>
+<dt class="hdlist1">
+--dissociate
+</dt>
+<dd>
+<p>
+ This option is only valid for add and update commands. These
+ commands sometimes need to clone a remote repository. In this case,
+ this option will be passed to the <a href="git-clone.html">git-clone(1)</a> command.
+</p>
+<div class="paragraph"><p><strong>NOTE</strong>: see the NOTE for the <code>--reference</code> option.</p></div>
</dd>
<dt class="hdlist1">
--recursive
@@ -1336,7 +1360,7 @@ for details.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-05-08 16:51:20 JST
+ 2018-05-30 15:32:39 JST
</div>
</div>
</body>