[PATCH 0/8] Untracked cache improvements

2015-12-08 Thread Christian Couder
Following the previous RFC version of this patch series and the related discussions, here is a new version that tries to improve the untracked cache feature. This patch series implements core.untrackedCache as a bool config variable. When it's true git should always try to use the untracked

[RFC/PATCH 0/8] Untracked cache improvements

2015-12-01 Thread Christian Couder
Following the discussions on the "config: add core.trustmtime" patch I previously sent, here is a patch series that tries to improve the untracked cache feature. This patch series implements core.untrackedCache instead of core.trustmtime. core.untrackedCache is more complex because basically when