mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-20 20:36:33 -05:00
This brings substantial wins in performance because the FSCache is now per-thread, being merged to the primary thread only at the end, so we do not have to lock (except while merging). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>