summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-clone.txt b/git-clone.txt
index d6434d262..c37c4a37f 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -58,6 +58,11 @@ never use the local optimizations). Specifying `--no-local` will
override the default when `/path/to/repo` is given, using the regular
Git transport instead.
+
+If the repository's `$GIT_DIR/objects` has symbolic links or is a
+symbolic link, the clone will fail. This is a security measure to
+prevent the unintentional copying of files by dereferencing the symbolic
+links.
++
*NOTE*: this operation can race with concurrent modification to the
source repository, similar to running `cp -r src dst` while modifying
`src`.