summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-21 02:25:57 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-21 02:25:57 +0000
commit4bf6dca5740a97dca7ed3a80bcae9fd983881bb6 (patch)
treef9cbbc92b3fce977c3cf31552bc0a42a1e906d05 /git-clone.html
parent52401ef95b10bdca548a3fb8f18743b27368ab25 (diff)
downloadgit-htmldocs-4bf6dca5740a97dca7ed3a80bcae9fd983881bb6.tar.gz
Autogenerated HTML docs for v1.4.4.3-gc902c
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html27
1 files changed, 2 insertions, 25 deletions
diff --git a/git-clone.html b/git-clone.html
index c6fd744f4..d0f352444 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -275,8 +275,7 @@ git-clone(1) Manual Page
<div class="verseblock">
<div class="content"><em>git-clone</em> [--template=&lt;template_directory&gt;] [-l [-s]] [-q] [-n] [--bare]
[-o &lt;name&gt;] [-u &lt;upload-pack&gt;] [--reference &lt;repository&gt;]
- [--use-separate-remote | --no-separate-remote] &lt;repository&gt;
- [&lt;directory&gt;]</div></div>
+ &lt;repository&gt; [&lt;directory&gt;]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -417,28 +416,6 @@ configuration variables.</p>
</p>
</dd>
<dt>
---use-separate-remote
-</dt>
-<dd>
-<p>
- Save remotes heads under <tt>$GIT_DIR/refs/remotes/origin/</tt> instead
- of <tt>$GIT_DIR/refs/heads/</tt>. Only the local master branch is
- saved in the latter. This is the default.
-</p>
-</dd>
-<dt>
---no-separate-remote
-</dt>
-<dd>
-<p>
- Save remotes heads in the same namespace as the local
- heads, `$GIT_DIR/refs/heads/'. In regular repositories,
- this is a legacy setup git-clone created by default in
- older Git versions, and will be removed before the next
- major release.
-</p>
-</dd>
-<dt>
&lt;repository&gt;
</dt>
<dd>
@@ -533,7 +510,7 @@ Create a repository on the kernel.org machine that borrows from Linus
</div>
<div id="footer">
<div id="footer-text">
-Last updated 16-Dec-2006 22:16:25 UTC
+Last updated 21-Dec-2006 02:25:49 UTC
</div>
</div>
</body>