Re: [PATCH v2 02/10] update-index: add --test-untracked-cache

2015-12-17 Thread David Turner
On Tue, 2015-12-15 at 17:28 +0100, Christian Couder wrote: > +--test-untracked-cache:: > + Only perform tests on the working directory to make sure > + untracked cache can be used. You have to manually enable > + untracked cache using `--force-untracked-cache` (or > +

[PATCH v2 02/10] update-index: add --test-untracked-cache

2015-12-15 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 | 5 + 2 files changed, 13 insertions(+), 1 deletion(-)