summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-28 01:08:41 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-28 01:08:41 +0000
commit0e066b973d5f387d1a24dd6bb86612b405fc44ce (patch)
tree6d850753724ab204e1dc297be8e5666a1089f59a /git-clone.html
parent92c64d59d719e7d41584573119e9d6549e616ee5 (diff)
downloadgit-htmldocs-0e066b973d5f387d1a24dd6bb86612b405fc44ce.tar.gz
Autogenerated HTML docs for v1.6.4.1-234-g106a
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/git-clone.html b/git-clone.html
index 9df20cbc7..d0884b8ce 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -324,7 +324,7 @@ git-clone(1) Manual Page
<div class="content"><em>git clone</em> [--template=&lt;template_directory&gt;]
[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
[-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]
- [--depth &lt;depth&gt;] [--] &lt;repository&gt; [&lt;directory&gt;]</div></div>
+ [--depth &lt;depth&gt;] [--recursive] [--] &lt;repository&gt; [&lt;directory&gt;]</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -532,6 +532,19 @@ objects from the source repository into a pack in the cloned repository.</p></di
</p>
</dd>
<dt>
+--recursive
+</dt>
+<dd>
+<p>
+ After the clone is created, initialize all submodules within,
+ using their default settings. This is equivalent to running
+ <em>git submodule update --init --recursive</em> immediately after
+ the clone is finished. This option is ignored if the cloned
+ repository does not have a worktree/checkout (i.e. if any of
+ <tt>--no-checkout</tt>/<tt>-n</tt>, <tt>--bare</tt>, or <tt>--mirror</tt> is given)
+</p>
+</dd>
+<dt>
&lt;repository&gt;
</dt>
<dd>
@@ -743,7 +756,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-08-19 00:08:58 UTC
+Last updated 2009-08-28 01:08:24 UTC
</div>
</div>
</body>