OPTION_STRING    2331 builtin/am.c   		{ OPTION_STRING, 'S', "gpg-sign", &state.sign_commit, N_("key-id"),
OPTION_STRING    1334 builtin/commit.c 		{ OPTION_STRING, 'u', "untracked-files", &untracked_files_arg,
OPTION_STRING    1340 builtin/commit.c 		{ OPTION_STRING, 0, "ignore-submodules", &ignore_submodule_arg, N_("when"),
OPTION_STRING    1590 builtin/commit.c 		{ OPTION_STRING, 'S', "gpg-sign", &sign_commit, N_("key-id"),
OPTION_STRING    1614 builtin/commit.c 		{ OPTION_STRING, 'u', "untracked-files", &untracked_files_arg, N_("mode"), N_("show untracked files, optional modes: all, normal, no. (Default: all)"), PARSE_OPT_OPTARG, NULL, (intptr_t)"all" },
OPTION_STRING     411 builtin/describe.c 		{OPTION_STRING, 0, "dirty",  &dirty, N_("mark"),
OPTION_STRING     118 builtin/fetch.c 	{ OPTION_STRING, 0, "submodule-prefix", &submodule_prefix, N_("dir"),
OPTION_STRING     120 builtin/fetch.c 	{ OPTION_STRING, 0, "recurse-submodules-default",
OPTION_STRING     310 builtin/gc.c   		{ OPTION_STRING, 0, "prune", &prune_expire, N_("date"),
OPTION_STRING     736 builtin/grep.c 		{ OPTION_STRING, 'O', "open-files-in-pager", &show_in_pager,
OPTION_STRING     225 builtin/merge.c 	{ OPTION_STRING, 'S', "gpg-sign", &sign_commit, N_("key-id"),
OPTION_STRING     124 builtin/read-tree.c 		{ OPTION_STRING, 0, "prefix", &opts.prefix, N_("<subdirectory>/"),
OPTION_STRING      92 builtin/revert.c 		{ OPTION_STRING, 'S', "gpg-sign", &opts->gpg_sign, N_("key-id"),
OPTION_STRING      26 builtin/write-tree.c 		{ OPTION_STRING, 0, "prefix", &prefix, N_("<prefix>/"),
OPTION_STRING     134 parse-options.c 	case OPTION_STRING:
OPTION_STRING     135 parse-options.h #define OPT_STRING(s, l, v, a, h)   { OPTION_STRING,  (s), (l), (v), (a), (h) }