Skip to content

Commit

Permalink
Documentation: cloning to empty directory is allowed
Browse files Browse the repository at this point in the history
Cloning into an existing empty directory is now allowed:
commit 55892d2
("Allow cloning to an existing empty directory")

Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Alexander Potashev authored and Junio C Hamano committed May 9, 2009
1 parent 718135e commit ec00d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-clone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit ec00d6e

Please sign in to comment.