Re: [RFC/PATCH 2/8] update-index: add --test-untracked-cache

2015-12-06 Thread Christian Couder
On Wed, Dec 2, 2015 at 8:17 PM, Duy Nguyen wrote: > On Tue, Dec 1, 2015 at 9:31 PM, Christian Couder > wrote: >> diff --git a/builtin/update-index.c b/builtin/update-index.c >> index e568acc..b7b5108 100644 >> --- a/builtin/update-index.c >> +++

Re: [RFC/PATCH 2/8] update-index: add --test-untracked-cache

2015-12-02 Thread Duy Nguyen
On Tue, Dec 1, 2015 at 9:31 PM, Christian Couder wrote: > diff --git a/builtin/update-index.c b/builtin/update-index.c > index e568acc..b7b5108 100644 > --- a/builtin/update-index.c > +++ b/builtin/update-index.c > @@ -996,8 +996,10 @@ int cmd_update_index(int argc,

[RFC/PATCH 2/8] update-index: add --test-untracked-cache

2015-12-01 Thread Christian Couder
It is nice to just be able to test if untracked cache is supported without enabling it. Signed-off-by: Christian Couder --- Documentation/git-update-index.txt | 9 - builtin/update-index.c | 8 ++-- 2 files changed, 14 insertions(+), 3