summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-04-02 04:32:29 +0000
committerJunio C Hamano <junio@kernel.org>2011-04-02 04:32:29 +0000
commita03ac8675725e0f73e11b08ca9d7d395d1a16d15 (patch)
treebfaec069d94d13e788e149166c68f4e87773c6d6 /git-clone.html
parentf2873fdaeac7a9222349346775417f7325801664 (diff)
downloadgit-htmldocs-a03ac8675725e0f73e11b08ca9d7d395d1a16d15.tar.gz
Autogenerated HTML docs for v1.7.5-rc0-96-gc4b2c
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/git-clone.html b/git-clone.html
index 0ebb54f84..d1b52d02a 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -418,6 +418,7 @@ 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;]
+ [--separate-git-dir|-L &lt;git dir&gt;]
[--depth &lt;depth&gt;] [--recursive|--recurse-submodules] [--] &lt;repository&gt;
[&lt;directory&gt;]</div>
<div class="verseblock-attribution">
@@ -676,6 +677,21 @@ objects from the source repository into a pack in the cloned repository.</p></di
</p>
</dd>
<dt class="hdlist1">
+-L=&lt;git dir&gt;
+</dt>
+<dt class="hdlist1">
+--separate-git-dir=&lt;git dir&gt;
+</dt>
+<dd>
+<p>
+ Instead of placing the cloned repository where it is supposed
+ to be, place the cloned repository at the specified directory,
+ then make a filesytem-agnostic git symbolic link to there.
+ The result is git repository can be separated from working
+ tree.
+</p>
+</dd>
+<dt class="hdlist1">
&lt;repository&gt;
</dt>
<dd>
@@ -889,7 +905,7 @@ Create a repository on the kernel.org machine that borrows from Linus:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-03-15 23:30:13 UTC
+Last updated 2011-04-02 04:31:58 UTC
</div>
</div>
</body>