summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-10 15:15:09 -0800
committerJunio C Hamano <gitster@pobox.com>2019-12-10 15:15:09 -0800
commitb48968522932c1f3142591d9f2a3421833de78af (patch)
tree648febe954b673570a636b2b19ac76b570cb67c2 /git-submodule.html
parent59e8824741436987ea088ff1f3c7c82d6fe48fc9 (diff)
downloadgit-htmldocs-b48968522932c1f3142591d9f2a3421833de78af.tar.gz
Autogenerated HTML docs for v2.24.1-485-gad05a
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/git-submodule.html b/git-submodule.html
index 4c99ad083..8e0766230 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -756,6 +756,7 @@ git-submodule(1) Manual Page
<em>git submodule</em> [--quiet] deinit [-f|--force] (--all|[--] &lt;path&gt;&#8230;)
<em>git submodule</em> [--quiet] update [&lt;options&gt;] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] set-branch [&lt;options&gt;] [--] &lt;path&gt;
+<em>git submodule</em> [--quiet] set-url [--] &lt;path&gt; &lt;newurl&gt;
<em>git submodule</em> [--quiet] summary [&lt;options&gt;] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] foreach [--recursive] &lt;command&gt;
<em>git submodule</em> [--quiet] sync [--recursive] [--] [&lt;path&gt;&#8230;]
@@ -977,6 +978,16 @@ set-branch (-d|--default) [--] &lt;path&gt;
</p>
</dd>
<dt class="hdlist1">
+set-url [--] &lt;path&gt; &lt;newurl&gt;
+</dt>
+<dd>
+<p>
+ Sets the URL of the specified submodule to &lt;newurl&gt;. Then, it will
+ automatically synchronize the submodule&#8217;s new remote URL
+ configuration.
+</p>
+</dd>
+<dt class="hdlist1">
summary [--cached|--files] [(-n|--summary-limit) &lt;n&gt;] [commit] [--] [&lt;path&gt;&#8230;]
</dt>
<dd>
@@ -1387,7 +1398,7 @@ for details.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-12-05 14:19:10 PST
+ 2019-12-10 15:12:20 PST
</div>
</div>
</body>