Re: [PATCH] config: Use parseopt.
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:46:10
Felipe Contreras [off-list ref] writes:
Reorganizing the code to use parseopt as suggested by Johannes Schindelin.
[...]
-static const char git_config_set_usage[] =
-"git config [ --global | --system | [ -f | --file ] config-file ] [ --bool | --int | --bool-or-int ] [ -z | --null ] [--get | --get-all | --get-regexp | --replace-all | --add | --unset | --unset-all] name [value [value_regex]] | --rename-section old_name new_name | --remove-section name | --list | --get-color var [default] | --get-colorbool name [stdout-is-tty] | --edit | -e ]";
+static const char *const builtin_config_usage[] = {
+ "git config [options]",
+ NULL
+};Just asking: why this change?
+ OPT_BOOLEAN('z', "null", &end_null, "end values with null character"),Terminate and NUL. -- Jakub Narebski Poland ShadeHawk on #git