]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bw/fail-cloning-into-non-empty' into master
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 20:20:32 +0000 (13:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 20:20:32 +0000 (13:20 -0700)
"git clone --separate-git-dir=$elsewhere" used to stomp on the
contents of the existing directory $elsewhere, which has been
taught to fail when $elsewhere is not an empty directory.

* bw/fail-cloning-into-non-empty:
  git clone: don't clone into non-empty directory

1  2 
builtin/clone.c

diff --cc builtin/clone.c
Simple merge