summaryrefslogtreecommitdiffstats
path: root/git-mv.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-09 15:35:20 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-09 15:35:20 -0700
commit8eac268d5824abada1efa8990ea211f476ca942b (patch)
tree712e2b7c4f6bcacc8bacfed4d7ee98ed8aa484ce /git-mv.html
parent91e3395c6964b309b071bf9fe79bd004c979b297 (diff)
downloadgit-htmldocs-8eac268d5824abada1efa8990ea211f476ca942b.tar.gz
Autogenerated HTML docs for v1.8.4-242-gbb80ee
Diffstat (limited to 'git-mv.html')
-rw-r--r--git-mv.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-mv.html b/git-mv.html
index 84bfefef8..247c8c591 100644
--- a/git-mv.html
+++ b/git-mv.html
@@ -754,7 +754,7 @@ git-mv(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p>This script is used to move or rename a file, directory or symlink.</p></div>
+<div class="paragraph"><p>Move or rename a file, directory or symlink.</p></div>
<div class="literalblock">
<div class="content">
<pre><code>git mv [-v] [-f] [-n] [-k] &lt;source&gt; &lt;destination&gt;
@@ -820,6 +820,16 @@ committed.</p></div>
</div>
</div>
<div class="sect1">
+<h2 id="_submodules">SUBMODULES</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Moving a submodule using a gitfile (which means they were cloned
+with a Git version 1.7.8 or newer) will update the gitfile and
+core.worktree setting to make the submodule work in the new location.
+It also will attempt to update the submodule.&lt;name&gt;.path setting in
+the <a href="gitmodules.html">gitmodules(5)</a> file and stage that file (unless -n is used).</p></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_git">GIT</h2>
<div class="sectionbody">
<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>
@@ -829,7 +839,7 @@ committed.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-20 08:40:27 PDT
+Last updated 2013-09-09 15:34:20 PDT
</div>
</div>
</body>