Re: [PATCH v6 09/11] config: add core.untrackedCache

2016-01-24 Thread Christian Couder
On Sat, Jan 23, 2016 at 1:56 AM, Stefan Beller wrote: > On Wed, Jan 20, 2016 at 1:59 AM, Christian Couder > wrote: >> When we know that mtime on directory the environment gives us is >> usable for the purpose of untracked cache, we may want the >> untracked cache to be always used by default with

Re: [PATCH v6 09/11] config: add core.untrackedCache

2016-01-22 Thread Stefan Beller
On Wed, Jan 20, 2016 at 1:59 AM, Christian Couder wrote: > When we know that mtime on directory the environment gives us is > usable for the purpose of untracked cache, we may want the > untracked cache to be always used by default without any mtime > test or kernel name check being performed. I

Re: [PATCH v6 09/11] config: add core.untrackedCache

2016-01-22 Thread Duy Nguyen
On Wed, Jan 20, 2016 at 4:59 PM, Christian Couder wrote: > diff --git a/read-cache.c b/read-cache.c > index 84616c8..1d5696c 100644 > --- a/read-cache.c > +++ b/read-cache.c > @@ -1622,6 +1622,20 @@ int read_index_from(struct index_state *istate, const > char *path) > return istat