Re: [PATCH] Short-circuit git-clone-pack while cloning locally.

2005-07-06 Thread Junio C Hamano
> "LT" == Linus Torvalds <[EMAIL PROTECTED]> writes: LT> It would seem that you don't do anything at all for the non-local case. Oops. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [PATCH] Short-circuit git-clone-pack while cloning locally.

2005-07-06 Thread Linus Torvalds
On Wed, 6 Jul 2005, Junio C Hamano wrote: > > By invitation. > > > When we are cloning a repository on a local filesystem [...] Hmm.. Did you test the ssh case? > +case "$local_use,$is_local" in > +default,f) > + ;; It would seem that you don't do anything at all for the non