Revision 1363914a6a4ad013f1cb0189e4ff63a17482bcae authored by Junio C Hamano on 15 February 2018, 23:18:12 UTC, committed by Junio C Hamano on 15 February 2018, 23:18:13 UTC
"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
2 parent s ff19620 + d45420c
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 10.6 KB
TEAMS -rw-r--r-- 2.4 KB
bg.po -rw-r--r-- 628.8 KB
ca.po -rw-r--r-- 479.4 KB
de.po -rw-r--r-- 501.2 KB
es.po -rw-r--r-- 477.3 KB
fr.po -rw-r--r-- 521.8 KB
git.pot -rw-r--r-- 312.2 KB
is.po -rw-r--r-- 3.3 KB
it.po -rw-r--r-- 128.2 KB
ko.po -rw-r--r-- 509.8 KB
pt_PT.po -rw-r--r-- 482.9 KB
ru.po -rw-r--r-- 605.0 KB
sv.po -rw-r--r-- 505.6 KB
vi.po -rw-r--r-- 558.7 KB
zh_CN.po -rw-r--r-- 460.3 KB

README

back to top