Can anyone answer why core.preloadindex is false by default? Are there any pitfalls? I can't imagine a performance penalty.
Why is git core.preloadindex default value false?
7.9k views Asked by Tom Whittock At
2
There are 2 answers
0
On
Git 2.1.0 made it's default value 'true' now:
https://git.kernel.org/cgit/git/git.git/tree/Documentation/RelNotes/2.1.0.txt
Why is it not default - well, it was introduced in 2008, and they did it to improve performance on weak filesystems like NFS, and... Linus is of the opinion that it should be made default now - http://git.661346.n2.nabble.com/git-status-takes-30-seconds-on-Windows-7-Why-tp7580816p7580853.html