summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorAlexander Potashev <aspotashev@gmail.com>2009-05-07 12:04:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-05-09 08:28:08 (GMT)
commitec00d6e0038e030cf73182374e21025c2776cb23 (patch)
tree4a5280ceadc6ef2160924d6ebf98e2b4961029a0 /Documentation/git-clone.txt
parent718135e3b6b5317f763477f5b0f408d888d79a8e (diff)
downloadgit-ec00d6e0038e030cf73182374e21025c2776cb23.zip
git-ec00d6e0038e030cf73182374e21025c2776cb23.tar.gz
git-ec00d6e0038e030cf73182374e21025c2776cb23.tar.bz2
Documentation: cloning to empty directory is allowed
Cloning into an existing empty directory is now allowed: commit 55892d23981917aefdb387ad7d0429f90cbd446a ("Allow cloning to an existing empty directory") Signed-off-by: Alexander Potashev <aspotashev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 4072f40..b14de6c 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -149,7 +149,7 @@ then the cloned repository will become corrupt.
part of the source repository is used if no directory is
explicitly given ("repo" for "/path/to/repo.git" and "foo"
for "host.xz:foo/.git"). Cloning into an existing directory
- is not allowed.
+ is only allowed if the directory is empty.
:git-clone: 1
include::urls.txt[]