summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-04 14:31:57 -0800
committerJunio C Hamano <gitster@pobox.com>2019-01-04 14:31:57 -0800
commitde48f457367f37c28229ebe8e6cef849dd6e430a (patch)
treec0e656a1b610026344048379922f2fd2df8d549f /git-clone.html
parent2e1a9d9baa0719a5a67da9c049bffc04c23272bd (diff)
downloadgit-htmldocs-de48f457367f37c28229ebe8e6cef849dd6e430a.tar.gz
Autogenerated HTML docs for v2.20.1-98-gecbdaf
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-clone.html b/git-clone.html
index 76dbb850d..7c3d2f3b9 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -1025,6 +1025,11 @@ objects from the source repository into a pack in the cloned repository.</p></di
the config file. This makes it safe, for example, to add
additional fetch refspecs to the origin remote.
</p>
+<div class="paragraph"><p>Due to limitations of the current implementation, some configuration
+variables do not take effect until after the initial fetch and checkout.
+Configuration variables known to not take effect are:
+<code>remote.&lt;name&gt;.mirror</code> and <code>remote.&lt;name&gt;.tagOpt</code>. Use the
+corresponding <code>--mirror</code> and <code>--no-tags</code> options instead.</p></div>
</dd>
<dt class="hdlist1">
--depth &lt;depth&gt;
@@ -1357,7 +1362,7 @@ Create a bare repository to publish your changes to the public:
<div id="footer">
<div id="footer-text">
Last updated
- 2018-05-23 16:06:29 JST
+ 2019-01-04 14:31:36 PST
</div>
</div>
</body>