From: Junio C Hamano Date: Tue, 23 Jan 2018 21:16:37 +0000 (-0800) Subject: Merge branch 'jk/abort-clone-with-existing-dest' X-Git-Tag: v2.17.0-rc0~148 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/addd37cd64e109eb0224e522869962519224cc78 Merge branch 'jk/abort-clone-with-existing-dest' "git clone $there $here" is allowed even when here directory exists as long as it is an empty directory, but the command incorrectly removed it upon a failure of the operation. * jk/abort-clone-with-existing-dest: clone: do not clean up directories we didn't create clone: factor out dir_exists() helper t5600: modernize style t5600: fix outdated comment about unborn HEAD --- addd37cd64e109eb0224e522869962519224cc78