summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-09-12 17:54:09 -0700
committerJunio C Hamano <gitster@pobox.com>2016-09-12 17:54:09 -0700
commitcd451662c9139640c5676982f6c88f89e16c23b2 (patch)
treeb1ae28586fe8ebd5064cc527f52d24b7cf5116cc /git-clone.html
parente37049f6c527b79d663ec816d053581d3cae9131 (diff)
downloadgit-htmldocs-cd451662c9139640c5676982f6c88f89e16c23b2.tar.gz
Autogenerated HTML docs for v2.10.0-129-g35f6
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-clone.html b/git-clone.html
index 1c88116e2..6ec7310fc 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -848,7 +848,7 @@ its source repository, you can simply run <code>git repack -a</code> to copy all
objects from the source repository into a pack in the cloned repository.</p></div>
</dd>
<dt class="hdlist1">
---reference &lt;repository&gt;
+--reference[-if-able] &lt;repository&gt;
</dt>
<dd>
<p>
@@ -858,6 +858,9 @@ objects from the source repository into a pack in the cloned repository.</p></di
an already existing repository as an alternate will
require fewer objects to be copied from the repository
being cloned, reducing network and local storage costs.
+ When using the <code>--reference-if-able</code>, a non existing
+ directory is skipped with a warning instead of aborting
+ the clone.
</p>
<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>
@@ -1314,7 +1317,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 2016-07-06 14:33:48 PDT
+Last updated 2016-09-12 17:53:34 PDT
</div>
</div>
</body>