diff options
author | Alexander Potashev <aspotashev@gmail.com> | 2009-05-07 16:04:08 +0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-09 01:28:08 -0700 |
commit | ec00d6e0038e030cf73182374e21025c2776cb23 (patch) | |
tree | 4a5280ceadc6ef2160924d6ebf98e2b4961029a0 | |
parent | 718135e3b6b5317f763477f5b0f408d888d79a8e (diff) | |
download | git-ec00d6e0038e030cf73182374e21025c2776cb23.tar.gz git-ec00d6e0038e030cf73182374e21025c2776cb23.tar.xz |
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>
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 4072f40d7..b14de6c40 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[] |