summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-07 12:17:00 +0900
committerJunio C Hamano <gitster@pobox.com>2019-03-07 12:17:00 +0900
commit11f1537a82c84e620d742b3bc4256952defb28df (patch)
tree2923ff40fbf10f29b7eaa506c2deb52e00e08dde /git-submodule.html
parent9149123b58ede4ca92a71abd3c09e3e2ad205b55 (diff)
downloadgit-htmldocs-11f1537a82c84e620d742b3bc4256952defb28df.tar.gz
Autogenerated HTML docs for v2.21.0-135-g6e0cc
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-submodule.html b/git-submodule.html
index 32518535e..1dab9188b 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -749,7 +749,8 @@ git-submodule(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git submodule</em> [--quiet] add [&lt;options&gt;] [--] &lt;repository&gt; [&lt;path&gt;]
+<pre class="content"><em>git submodule</em> [--quiet] [--cached]
+<em>git submodule</em> [--quiet] add [&lt;options&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;]
<em>git submodule</em> [--quiet] deinit [-f|--force] (--all|[--] &lt;path&gt;&#8230;)
@@ -772,6 +773,8 @@ git-submodule(1) Manual Page
<div class="sect1">
<h2 id="_commands">COMMANDS</h2>
<div class="sectionbody">
+<div class="paragraph"><p>With no arguments, shows the status of existing submodules. Several
+subcommands are available to perform operations on the submodules.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
add [-b &lt;branch&gt;] [-f|--force] [--name &lt;name&gt;] [--reference &lt;repository&gt;] [--depth &lt;depth&gt;] [--] &lt;repository&gt; [&lt;path&gt;]
@@ -1365,7 +1368,7 @@ for details.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-06-28 14:40:38 PDT
+ 2019-03-07 12:16:20 JST
</div>
</div>
</body>