summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-01 03:09:23 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-01 03:09:23 +0000
commited69a7415076fcb4dbebd7d4ecdbf32621b1a246 (patch)
tree43999623551eb410aefa91ea2f7c424add86079a /git-clone.html
parent97bcb48c6f2fa3ff8c49372fb6057ebd66b78537 (diff)
downloadgit-htmldocs-ed69a7415076fcb4dbebd7d4ecdbf32621b1a246.tar.gz
Autogenerated HTML docs for v1.7.3.2-430-g208247
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-clone.html b/git-clone.html
index f4287a56c..08291afd0 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -418,7 +418,8 @@ git-clone(1) Manual Page
<div class="verseblock-content"><em>git clone</em> [--template=&lt;template_directory&gt;]
[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
[-o &lt;name&gt;] [-b &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]
- [--depth &lt;depth&gt;] [--recursive] [--] &lt;repository&gt; [&lt;directory&gt;]</div>
+ [--depth &lt;depth&gt;] [--recursive|--recurse-submodules] [--] &lt;repository&gt;
+ [&lt;directory&gt;]</div>
<div class="verseblock-attribution">
</div></div>
</div>
@@ -661,6 +662,9 @@ objects from the source repository into a pack in the cloned repository.</p></di
<dt class="hdlist1">
--recursive
</dt>
+<dt class="hdlist1">
+--recurse-submodules
+</dt>
<dd>
<p>
After the clone is created, initialize all submodules within,
@@ -893,7 +897,7 @@ Create a repository on the kernel.org machine that borrows from Linus:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-11-25 03:13:40 UTC
+Last updated 2010-12-01 03:09:03 UTC
</div>
</div>
</body>