Autogenerated HTML docs for v1.6.0.1-126-ga118
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 28 Aug 2008 02:50:50 +0000 (02:50 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 28 Aug 2008 02:50:50 +0000 (02:50 +0000)
git-submodule.html
git-submodule.txt

index e4037fd08a13cbef1bcb6fbfd2002f72fa78fab4..25c48a89d3bf93967092a432064f382b419354a8 100644 (file)
@@ -326,7 +326,8 @@ git-submodule(1) Manual Page
 <em>git submodule</em> [--quiet] init [--] [&lt;path&gt;&#8230;]\r
 <em>git submodule</em> [--quiet] update [--init] [--] [&lt;path&gt;&#8230;]\r
 <em>git submodule</em> [--quiet] summary [--summary-limit &lt;n&gt;] [commit] [--] [&lt;path&gt;&#8230;]\r
-<em>git submodule</em> [--quiet] foreach &lt;command&gt;</div></div>\r
+<em>git submodule</em> [--quiet] foreach &lt;command&gt;\r
+<em>git submodule</em> [--quiet] sync [--] [&lt;path&gt;&#8230;]</div></div>\r
 </div>\r
 <h2 id="_description">DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -471,6 +472,19 @@ foreach
 <div class="para"><p>As an example, "git submodule foreach <em>echo $path <tt>git rev-parse HEAD</tt></em> will\r
 show the path and currently checked out commit for each submodule.</p></div>\r
 </dd>\r
+<dt>\r
+sync\r
+</dt>\r
+<dd>\r
+<p>\r
+        Synchronizes submodules' remote URL configuration setting\r
+        to the value specified in .gitmodules.  This is useful when\r
+        submodule URLs change upstream and you need to update your local\r
+        repositories accordingly.\r
+</p>\r
+<div class="para"><p>"git submodule sync" synchronizes all submodules while\r
+"git submodule sync &#8212; A" synchronizes submodule "A" only.</p></div>\r
+</dd>\r
 </dl></div>\r
 </div>\r
 <h2 id="_options">OPTIONS</h2>\r
@@ -553,7 +567,7 @@ for details.</p></div>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2008-08-21 10:34:01 UTC\r
+Last updated 2008-08-28 02:50:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index abbd5b72de5a993819dff3e3e8fe8aa9516b956b..babaa9bc46a404c4610abc4e4c4281b6c5c5ea6c 100644 (file)
@@ -15,6 +15,7 @@ SYNOPSIS
 'git submodule' [--quiet] update [--init] [--] [<path>...]
 'git submodule' [--quiet] summary [--summary-limit <n>] [commit] [--] [<path>...]
 'git submodule' [--quiet] foreach <command>
+'git submodule' [--quiet] sync [--] [<path>...]
 
 
 DESCRIPTION
@@ -139,6 +140,14 @@ foreach::
 As an example, "git submodule foreach 'echo $path `git rev-parse HEAD`' will
 show the path and currently checked out commit for each submodule.
 
+sync::
+       Synchronizes submodules' remote URL configuration setting
+       to the value specified in .gitmodules.  This is useful when
+       submodule URLs change upstream and you need to update your local
+       repositories accordingly.
++
+"git submodule sync" synchronizes all submodules while
+"git submodule sync -- A" synchronizes submodule "A" only.
 
 OPTIONS
 -------