Re: [PATCH v10 20/20] untracked-cache: config option

2016-05-16 Thread David Turner
On Sun, 2016-05-15 at 16:43 +0700, Duy Nguyen wrote: > On Fri, May 13, 2016 at 3:20 AM, David Turner < > dtur...@twopensource.com> wrote: > > Add a config option to populate the untracked cache. > > > > For installations that have centrally-managed configuration, it's > > easier to set a config on

Re: [PATCH v10 20/20] untracked-cache: config option

2016-05-15 Thread Duy Nguyen
On Fri, May 13, 2016 at 3:20 AM, David Turner wrote: > Add a config option to populate the untracked cache. > > For installations that have centrally-managed configuration, it's > easier to set a config once than to run update-index on every > repository. This sounds like the job for core.untrack

[PATCH v10 20/20] untracked-cache: config option

2016-05-12 Thread David Turner
Add a config option to populate the untracked cache. For installations that have centrally-managed configuration, it's easier to set a config once than to run update-index on every repository. Signed-off-by: David Turner --- Documentation/config.txt | 4 read-cache.c | 7 ++