OPT_BIT          4581 builtin/apply.c 		OPT_BIT(0, "inaccurate-eof", &options,
OPT_BIT          4584 builtin/apply.c 		OPT_BIT(0, "recount", &options,
OPT_BIT          2516 builtin/blame.c 		OPT_BIT(0, "score-debug", &output_option, N_("Show output score for blame entries"), OUTPUT_SHOW_SCORE),
OPT_BIT          2517 builtin/blame.c 		OPT_BIT('f', "show-name", &output_option, N_("Show original filename (Default: auto)"), OUTPUT_SHOW_NAME),
OPT_BIT          2518 builtin/blame.c 		OPT_BIT('n', "show-number", &output_option, N_("Show original linenumber (Default: off)"), OUTPUT_SHOW_NUMBER),
OPT_BIT          2519 builtin/blame.c 		OPT_BIT('p', "porcelain", &output_option, N_("Show in a format designed for machine consumption"), OUTPUT_PORCELAIN),
OPT_BIT          2520 builtin/blame.c 		OPT_BIT(0, "line-porcelain", &output_option, N_("Show porcelain format with per-line commit information"), OUTPUT_PORCELAIN|OUTPUT_LINE_PORCELAIN),
OPT_BIT          2521 builtin/blame.c 		OPT_BIT('c', NULL, &output_option, N_("Use the same output mode as git-annotate (Default: off)"), OUTPUT_ANNOTATE_COMPAT),
OPT_BIT          2522 builtin/blame.c 		OPT_BIT('t', NULL, &output_option, N_("Show raw timestamp (Default: off)"), OUTPUT_RAW_TIMESTAMP),
OPT_BIT          2523 builtin/blame.c 		OPT_BIT('l', NULL, &output_option, N_("Show long commit SHA1 (Default: off)"), OUTPUT_LONG_OBJECT_NAME),
OPT_BIT          2524 builtin/blame.c 		OPT_BIT('s', NULL, &output_option, N_("Suppress author name and timestamp (Default: off)"), OUTPUT_NO_AUTHOR),
OPT_BIT          2525 builtin/blame.c 		OPT_BIT('e', "show-email", &output_option, N_("Show author email instead of name (Default: off)"), OUTPUT_SHOW_EMAIL),
OPT_BIT          2526 builtin/blame.c 		OPT_BIT('w', NULL, &xdl_opts, N_("Ignore whitespace differences"), XDF_IGNORE_WHITESPACE),
OPT_BIT          2527 builtin/blame.c 		OPT_BIT(0, "minimal", &xdl_opts, N_("Spend extra cycles to find better match"), XDF_NEED_MINIMAL),
OPT_BIT           841 builtin/branch.c 		OPT_BIT('d', "delete", &delete, N_("delete fully merged branch"), 1),
OPT_BIT           842 builtin/branch.c 		OPT_BIT('D', NULL, &delete, N_("delete branch (even if not merged)"), 2),
OPT_BIT           843 builtin/branch.c 		OPT_BIT('m', "move", &rename, N_("move/rename a branch and its reflog"), 1),
OPT_BIT           844 builtin/branch.c 		OPT_BIT('M', NULL, &rename, N_("move/rename a branch, even if target exists"), 2),
OPT_BIT            61 builtin/config.c 	OPT_BIT(0, "get", &actions, N_("get value: name [value-regex]"), ACTION_GET),
OPT_BIT            62 builtin/config.c 	OPT_BIT(0, "get-all", &actions, N_("get all values: key [value-regex]"), ACTION_GET_ALL),
OPT_BIT            63 builtin/config.c 	OPT_BIT(0, "get-regexp", &actions, N_("get values for regexp: name-regex [value-regex]"), ACTION_GET_REGEXP),
OPT_BIT            64 builtin/config.c 	OPT_BIT(0, "get-urlmatch", &actions, N_("get value specific for the URL: section[.var] URL"), ACTION_GET_URLMATCH),
OPT_BIT            65 builtin/config.c 	OPT_BIT(0, "replace-all", &actions, N_("replace all matching variables: name value [value_regex]"), ACTION_REPLACE_ALL),
OPT_BIT            66 builtin/config.c 	OPT_BIT(0, "add", &actions, N_("add a new variable: name value"), ACTION_ADD),
OPT_BIT            67 builtin/config.c 	OPT_BIT(0, "unset", &actions, N_("remove a variable: name [value-regex]"), ACTION_UNSET),
OPT_BIT            68 builtin/config.c 	OPT_BIT(0, "unset-all", &actions, N_("remove all matches: name [value-regex]"), ACTION_UNSET_ALL),
OPT_BIT            69 builtin/config.c 	OPT_BIT(0, "rename-section", &actions, N_("rename section: old-name new-name"), ACTION_RENAME_SECTION),
OPT_BIT            70 builtin/config.c 	OPT_BIT(0, "remove-section", &actions, N_("remove a section: name"), ACTION_REMOVE_SECTION),
OPT_BIT            71 builtin/config.c 	OPT_BIT('l', "list", &actions, N_("list all"), ACTION_LIST),
OPT_BIT            72 builtin/config.c 	OPT_BIT('e', "edit", &actions, N_("open an editor"), ACTION_EDIT),
OPT_BIT            73 builtin/config.c 	OPT_BIT(0, "get-color", &actions, N_("find the color configured: slot [default]"), ACTION_GET_COLOR),
OPT_BIT            74 builtin/config.c 	OPT_BIT(0, "get-colorbool", &actions, N_("find the color setting: slot [stdout-is-tty]"), ACTION_GET_COLORBOOL),
OPT_BIT            76 builtin/config.c 	OPT_BIT(0, "bool", &types, N_("value is \"true\" or \"false\""), TYPE_BOOL),
OPT_BIT            77 builtin/config.c 	OPT_BIT(0, "int", &types, N_("value is decimal number"), TYPE_INT),
OPT_BIT            78 builtin/config.c 	OPT_BIT(0, "bool-or-int", &types, N_("value is --bool or --int"), TYPE_BOOL_OR_INT),
OPT_BIT            79 builtin/config.c 	OPT_BIT(0, "path", &types, N_("value is a path (file or directory name)"), TYPE_PATH),
OPT_BIT            23 builtin/for-each-ref.c 		OPT_BIT('s', "shell", &quote_style,
OPT_BIT            25 builtin/for-each-ref.c 		OPT_BIT('p', "perl",  &quote_style,
OPT_BIT            27 builtin/for-each-ref.c 		OPT_BIT(0 , "python", &quote_style,
OPT_BIT            29 builtin/for-each-ref.c 		OPT_BIT(0 , "tcl",  &quote_style,
OPT_BIT           678 builtin/grep.c 		OPT_BIT('H', NULL, &opt.pathname, N_("show filenames"), 1),
OPT_BIT            93 builtin/hash-object.c 		OPT_BIT('w', NULL, &flags, N_("write the object into the object database"),
OPT_BIT           509 builtin/init-db.c 		OPT_BIT('q', "quiet", &flags, N_("be quiet"), INIT_DB_QUIET),
OPT_BIT           426 builtin/ls-files.c 		OPT_BIT('i', "ignored", &dir.flags,
OPT_BIT           433 builtin/ls-files.c 		OPT_BIT(0, "directory", &dir.flags,
OPT_BIT           127 builtin/ls-tree.c 		OPT_BIT('d', NULL, &ls_options, N_("only show trees"),
OPT_BIT           129 builtin/ls-tree.c 		OPT_BIT('r', NULL, &ls_options, N_("recurse into subtrees"),
OPT_BIT           131 builtin/ls-tree.c 		OPT_BIT('t', NULL, &ls_options, N_("show trees when recursing"),
OPT_BIT           135 builtin/ls-tree.c 		OPT_BIT('l', "long", &ls_options, N_("include object size"),
OPT_BIT           137 builtin/ls-tree.c 		OPT_BIT(0, "name-only", &ls_options, N_("list only filenames"),
OPT_BIT           139 builtin/ls-tree.c 		OPT_BIT(0, "name-status", &ls_options, N_("list only filenames"),
OPT_BIT           891 builtin/notes.c 		OPT_BIT(0, "ignore-missing", &flag,
OPT_BIT            14 builtin/pack-refs.c 		OPT_BIT(0, "all",   &flags, N_("pack everything"), PACK_REFS_ALL),
OPT_BIT            15 builtin/pack-refs.c 		OPT_BIT(0, "prune", &flags, N_("prune loose refs (default)"), PACK_REFS_PRUNE),
OPT_BIT            55 builtin/prune-packed.c 		OPT_BIT('n', "dry-run", &opts, N_("dry run"),
OPT_BIT           540 builtin/push.c 		OPT_BIT( 0 , "all", &flags, N_("push all refs"), TRANSPORT_PUSH_ALL),
OPT_BIT           541 builtin/push.c 		OPT_BIT( 0 , "mirror", &flags, N_("mirror all refs"),
OPT_BIT           545 builtin/push.c 		OPT_BIT('n' , "dry-run", &flags, N_("dry run"), TRANSPORT_PUSH_DRY_RUN),
OPT_BIT           546 builtin/push.c 		OPT_BIT( 0,  "porcelain", &flags, N_("machine-readable output"), TRANSPORT_PUSH_PORCELAIN),
OPT_BIT           547 builtin/push.c 		OPT_BIT('f', "force", &flags, N_("force updates"), TRANSPORT_PUSH_FORCE),
OPT_BIT           558 builtin/push.c 		OPT_BIT('u', "set-upstream", &flags, N_("set upstream for git pull/status"),
OPT_BIT           561 builtin/push.c 		OPT_BIT(0, "prune", &flags, N_("prune locally removed refs"),
OPT_BIT           563 builtin/push.c 		OPT_BIT(0, "no-verify", &flags, N_("bypass pre-push hook"), TRANSPORT_PUSH_NO_HOOK),
OPT_BIT           564 builtin/push.c 		OPT_BIT(0, "follow-tags", &flags, N_("push missing but relevant tags"),
OPT_BIT           569 builtin/push.c 		OPT_BIT(0, "atomic", &flags, N_("request atomic transaction on remote side"), TRANSPORT_PUSH_ATOMIC),
OPT_BIT           158 builtin/repack.c 		OPT_BIT('a', NULL, &pack_everything,
OPT_BIT           160 builtin/repack.c 		OPT_BIT('A', NULL, &pack_everything,
OPT_BIT           917 builtin/update-index.c 		OPT_BIT('q', NULL, &refresh_args.flags,
OPT_BIT           920 builtin/update-index.c 		OPT_BIT(0, "ignore-submodules", &refresh_args.flags,
OPT_BIT           929 builtin/update-index.c 		OPT_BIT(0, "unmerged", &refresh_args.flags,
OPT_BIT           984 builtin/update-index.c 		OPT_BIT(0, "ignore-missing", &refresh_args.flags,
OPT_BIT            73 builtin/verify-commit.c 		OPT_BIT(0, "raw", &flags, N_("print raw gpg status output"), GPG_VERIFY_RAW),
OPT_BIT            64 builtin/verify-pack.c 		OPT_BIT('v', "verbose", &flags, N_("verbose"),
OPT_BIT            66 builtin/verify-pack.c 		OPT_BIT('s', "stat-only", &flags, N_("show statistics only"),
OPT_BIT            84 builtin/verify-tag.c 		OPT_BIT(0, "raw", &flags, N_("print raw gpg status output"), GPG_VERIFY_RAW),
OPT_BIT            24 builtin/write-tree.c 		OPT_BIT(0, "missing-ok", &flags, N_("allow missing objects"),
OPT_BIT            46 test-parse-options.c 		OPT_BIT('4', "or4", &boolean,