summaryrefslogtreecommitdiffstats
path: root/git-clone.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-01-25 15:32:33 -0800
committerJunio C Hamano <gitster@pobox.com>2021-01-25 15:32:33 -0800
commit7887f9b4eb248358cc8e6937ceb87b9f072ce9e5 (patch)
treed5670ef418f9f7d4a5780ee5d3d01696abb477aa /git-clone.html
parentd5cfc8f5a014ca40c71c8355aa37074cc885297e (diff)
downloadgit-htmldocs-7887f9b4eb248358cc8e6937ceb87b9f072ce9e5.tar.gz
Autogenerated HTML docs for v2.30.0-335-ge63628
Diffstat (limited to 'git-clone.html')
-rw-r--r--git-clone.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-clone.html b/git-clone.html
index 8bcd2659b..d78695223 100644
--- a/git-clone.html
+++ b/git-clone.html
@@ -806,6 +806,9 @@ repository is specified as a URL, then this flag is ignored (and we
never use the local optimizations). Specifying <code>--no-local</code> will
override the default when <code>/path/to/repo</code> is given, using the regular
Git transport instead.</p></div>
+<div class="paragraph"><p><strong>NOTE</strong>: this operation can race with concurrent modification to the
+source repository, similar to running <code>cp -r src dst</code> while modifying
+<code>src</code>.</p></div>
</dd>
<dt class="hdlist1">
--no-hardlinks
@@ -1417,7 +1420,7 @@ Create a bare repository to publish your changes to the public:
<div id="footer">
<div id="footer-text">
Last updated
- 2020-10-27 15:58:27 PDT
+ 2021-01-25 15:29:19 PST
</div>
</div>
</body>