Re: Bug report: git clone with dest

2018-01-05 Thread Isaac Shabtay
it right. On 5 January 2018 at 02:33, Johannes Schindelin <johannes.schinde...@gmx.de> wrote: > Hi Isaac, > > On Thu, 4 Jan 2018, Isaac Shabtay wrote: > >> I cloned git's codebase, applied the four patches on master, built and >> tested on Ubuntu Trusty. (After verifyi

Re: Bug report: git clone with dest

2018-01-04 Thread Isaac Shabtay
wrote: > Hi Isaac, > > On Wed, 3 Jan 2018, Isaac Shabtay wrote: > >> Indeed interesting... this one's for the books... >> Thanks for the patches. Any idea when these are going to make it to >> the official Git client builds? (specifically the Windows one) > >

Re: Bug report: git clone with dest

2018-01-03 Thread Isaac Shabtay
Indeed interesting... this one's for the books... Thanks for the patches. Any idea when these are going to make it to the official Git client builds? (specifically the Windows one) On 3 January 2018 at 14:28, Jeff King <p...@peff.net> wrote: > On Wed, Jan 03, 2018 at 12:59:48PM -08

Bug report: git clone with dest

2018-01-03 Thread Isaac Shabtay
Hello, Target directory is deleted on clone failures. Steps to reproduce, for example on Windows: cd /d %TEMP% mkdir dest git clone https://some-fake-url/whatever-makes-git-clone-fail dest Of course, the clone will fail as it should. But looks like the Git client also ends up deleting the