]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/howto/revert-branch-rebase.txt
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)
commitf175e9b845a41f1a5135222d4d3b8aa9161b499a
tree5b0fc41171176ae07772e5e196b335e4c3dab65c
parent5ca82e339e1f02aa16cf91f4424ea31bebd9956a
parentdfaa209a79a831e8ff4f6b8e14a8b0c35b4f6b6e
Merge branch 'bw/fail-cloning-into-non-empty' into master

"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
builtin/clone.c