Re: [PATCH] checkout: most of the time we have good leading directories

2013-11-09 Thread Junio C Hamano
Thomas Rast writes: > Junio C Hamano writes: > >> When "git checkout" wants to create a path, e.g. a/b/c/d/e, after >> seeing if the entire thing already exists (in which case we check if >> that is up-to-date and do not bother to check it out, or we unlink >> and recreate it), we validate that

Re: [PATCH] checkout: most of the time we have good leading directories

2013-11-09 Thread Thomas Rast
Junio C Hamano writes: > When "git checkout" wants to create a path, e.g. a/b/c/d/e, after > seeing if the entire thing already exists (in which case we check if > that is up-to-date and do not bother to check it out, or we unlink > and recreate it), we validate that the leading directory path is