Re: [PATCH v3 10/11] config: add core.untrackedCache

2015-12-24 Thread Christian Couder
On Thu, Dec 24, 2015 at 11:13 AM, Duy Nguyen wrote: > On Thu, Dec 24, 2015 at 4:03 AM, Christian Couder > wrote: >> --force-untracked-cache:: >> - For safety, `--untracked-cache` performs tests on the working >> - directory to make sure

Re: [PATCH v3 10/11] config: add core.untrackedCache

2015-12-24 Thread Duy Nguyen
On Thu, Dec 24, 2015 at 4:03 AM, Christian Couder wrote: > --force-untracked-cache:: > - For safety, `--untracked-cache` performs tests on the working > - directory to make sure untracked cache can be used. These > - tests can take a few seconds.

[PATCH v3 10/11] config: add core.untrackedCache

2015-12-23 Thread Christian Couder
When we know that mtime is fully supported by the environment, we might want the untracked cache to be always used by default without any mtime test or kernel version check being performed. Also when we know that mtime is not supported by the environment, for example because the repo is shared