Re: [PATCH v2 01/10] update-index: use enum for untracked cache options

2015-12-17 Thread Torsten Bögershausen
On 15.12.15 17:28, Christian Couder wrote: > Signed-off-by: Christian Couder > --- > builtin/update-index.c | 18 +- > 1 file changed, 13 insertions(+), 5 deletions(-) > > diff --git a/builtin/update-index.c b/builtin/update-index.c > index

[PATCH v2 01/10] update-index: use enum for untracked cache options

2015-12-15 Thread Christian Couder
Signed-off-by: Christian Couder --- builtin/update-index.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/builtin/update-index.c b/builtin/update-index.c index 7431938..2430a68 100644 --- a/builtin/update-index.c +++