Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Shawn O. Pearce wrote: > > > +# Define NO_FAST_WORKING_DIRECTORY if accessing objects in pack files is > > +# generally faster on your platform than accessing the working directory. > > +# > > Hmmm... I wonder if generated by autoconf ./configure script can autodetect > that. Probably not. I think it would be difficult to perform an automatic performance test prior to building Git to determine how we should build Git on the current platform. Besides, Cygwin users tend to not use the ./configure script as it takes longer than just using the Makefile. AFAIK the only "OS" which suffers from this problem is Windows. Anything else that Git has been ported too has reasonably fast syscalls for file IO, which means this should be unset. -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html