Re: [PATCH v2] Fix safe_create_leading_directories() for Windows

2014-01-02 Thread Junio C Hamano
Junio C Hamano writes: > Junio C Hamano writes: > >> This has a bit of conflict with another topic in flight; I think I >> resolved it correctly, but please double check. The following is >> how it would apply on top of 'pu'. >> >> sha1_file.c | 9 + >> 1 file changed, 5 insertions(+),

Re: [PATCH v2] Fix safe_create_leading_directories() for Windows

2014-01-02 Thread Junio C Hamano
Junio C Hamano writes: > This has a bit of conflict with another topic in flight; I think I > resolved it correctly, but please double check. The following is > how it would apply on top of 'pu'. > > sha1_file.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/s

Re: [PATCH v2] Fix safe_create_leading_directories() for Windows

2014-01-02 Thread Junio C Hamano
Sebastian Schuberth writes: > When cloning to a directory "C:\foo\bar" from Windows' cmd.exe where "foo" > does not exist yet, Git would throw an error like > > fatal: could not create work tree dir 'c:\foo\bar'.: No such file or directory > > Fix this by not hard-coding a platform specific direc

Re: [PATCH v2] Fix safe_create_leading_directories() for Windows

2014-01-02 Thread Johannes Schindelin
Hi, On Thu, 2 Jan 2014, Sebastian Schuberth wrote: > When cloning to a directory "C:\foo\bar" from Windows' cmd.exe where "foo" > does not exist yet, Git would throw an error like > > fatal: could not create work tree dir 'c:\foo\bar'.: No such file or directory > > Fix this by not hard-coding