Hi Lars,
On Wed, 6 Jan 2016, Lars Schneider wrote:
> all over the Internet [1] people suggest to set "core.fscache true" to
> speed up Git for Windows. Is this still true for Git for Windows 2.x?
It is used: there is an experimental option called
Enable file system caching
File system data will be read in bulk and cached in memory for
certain operations ("core.fscache" is set to "true"). This provides
a significant performance boost (experimental).
on the last wizard page of the installer. It is disabled by default, but I
think I am getting thoroughly convinced that we want this to be enabled by
default (I am running all of my Git operations with this flag enabled for
months now).
> I can't find any reference in the source code [2].
That's because it says
Sorry, forked repositories are not currently searchable.
;-)
Duy pointed you in the right direction.
> If this config is still useful. Would it hurt a Git installation on OS X
> or Linux?
It won't hurt OSX nor Linux because Git simply does not understand (and
hence ignores) that option there.
Ciao,
Dscho