On Tue, Dec 1, 2015 at 9:31 PM, Christian Couder <christian.couder@xxxxxxxxx> 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, const char **argv, const char *prefix) > N_("enable or disable split index")), > OPT_BOOL(0, "untracked-cache", &untracked_cache, > N_("enable/disable untracked cache")), > + OPT_SET_INT(0, "test-untracked-cache", &untracked_cache, > + N_("test if the filesystem supports untracked cache"), 2), > OPT_SET_INT(0, "force-untracked-cache", &untracked_cache, > - N_("enable untracked cache without testing the filesystem"), 2), > + N_("enable untracked cache without testing the filesystem"), 3), > OPT_END() > }; I think we got enough numbers to start using enum instead. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html