summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-03 07:58:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-03 07:58:19 +0000
commitaf1987f2cf92a51722ff34f920cccecb056f8364 (patch)
tree5f519222a8f9e93e5c9f60fede4c9fb5d943ce85 /git-clone.html
parent63d080ab403badcd33351ee709a14632c13ce9aa (diff)
downloadgit-htmldocs-af1987f2cf92a51722ff34f920cccecb056f8364.tar.gz
Autogenerated HTML docs for v1.6.0-rc1-58-g807d8
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/git-clone.html b/git-clone.html
index bcca160e9..18bac2e46 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -322,7 +322,7 @@ git-clone(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git clone</em> [--template=&lt;template_directory&gt;]
- [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare]
+ [-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>
</div>
@@ -455,6 +455,14 @@ then the cloned repository will become corrupt.</p></div>
</p>
</dd>
<dt>
+--mirror
+</dt>
+<dd>
+<p>
+ Set up a mirror of the remote repository. This implies --bare.
+</p>
+</dd>
+<dt>
--origin &lt;name&gt;
</dt>
<dt>
@@ -715,7 +723,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-07-26 06:45:37 UTC
+Last updated 2008-08-03 07:58:01 UTC
</div>
</div>
</body>