summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-07 14:45:48 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-07 14:45:48 -0800
commitc9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e (patch)
tree002abd8701e0bd9d14d103e5b44736fe37293515 /git-clone.html
parent6df93d9e8038d7ac3d2cb49dfbe125e874b15ba9 (diff)
downloadgit-htmldocs-c9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e.tar.gz
Autogenerated HTML docs for v2.2.1-268-g1e6f5
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/git-clone.html b/git-clone.html
index 65a8f35a9..724335136 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -751,7 +751,7 @@ git-clone(1) Manual Page
<pre class="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 &lt;git dir&gt;]
+ [--dissociate] [--separate-git-dir &lt;git dir&gt;]
[--depth &lt;depth&gt;] [--[no-]single-branch]
[--recursive | --recurse-submodules] [--] &lt;repository&gt;
[&lt;directory&gt;]</pre>
@@ -859,7 +859,19 @@ objects from the source repository into a pack in the cloned repository.</p></di
require fewer objects to be copied from the repository
being cloned, reducing network and local storage costs.
</p>
-<div class="paragraph"><p><strong>NOTE</strong>: see the NOTE for the <code>--shared</code> option.</p></div>
+<div class="paragraph"><p><strong>NOTE</strong>: see the NOTE for the <code>--shared</code> option, and also the
+<code>--dissociate</code> option.</p></div>
+</dd>
+<dt class="hdlist1">
+--dissociate
+</dt>
+<dd>
+<p>
+ Borrow the objects from reference repositories specified
+ with the <code>--reference</code> options only to reduce network
+ transfer and stop borrowing from them after a clone is made
+ by making necessary local copies of borrowed objects.
+</p>
</dd>
<dt class="hdlist1">
--quiet
@@ -1284,7 +1296,7 @@ Create a bare repository to publish your changes to the public:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-02-27 15:06:29 PST
+Last updated 2015-01-07 14:45:17 PST
</div>
</div>
</body>