On Wed, Jun 1, 2016 at 5:08 AM, Edward Thomson <[email protected]> wrote: > @@ -263,6 +265,7 @@ static struct option builtin_add_options[] = { > OPT_BOOL( 0 , "refresh", &refresh_only, N_("don't add, only refresh > the index")), > OPT_BOOL( 0 , "ignore-errors", &ignore_add_errors, N_("just skip > files which cannot be added because of errors")), > OPT_BOOL( 0 , "ignore-missing", &ignore_missing, N_("check if - even > missing - files are ignored in dry run")), > + OPT_STRING( 0 , "chmod", &chmod_arg, N_("(+/-)x"), N_("override the > executable bit of the listed files")),
If this is only about +/-x, would --[no-]executable be a better option name? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

