OPT_BOOL          433 archive.c      		OPT_BOOL(0, "worktree-attributes", &worktree_attributes,
OPT_BOOL          447 archive.c      		OPT_BOOL('l', "list", &list,
OPT_BOOL          252 builtin/add.c  	OPT_BOOL('i', "interactive", &add_interactive, N_("interactive picking")),
OPT_BOOL          253 builtin/add.c  	OPT_BOOL('p', "patch", &patch_interactive, N_("select hunks interactively")),
OPT_BOOL          254 builtin/add.c  	OPT_BOOL('e', "edit", &edit_interactive, N_("edit current diff and apply")),
OPT_BOOL          256 builtin/add.c  	OPT_BOOL('u', "update", &take_worktree_changes, N_("update tracked files")),
OPT_BOOL          257 builtin/add.c  	OPT_BOOL('N', "intent-to-add", &intent_to_add, N_("record only the fact that the path will be added later")),
OPT_BOOL          258 builtin/add.c  	OPT_BOOL('A', "all", &addremove_explicit, N_("add changes from all tracked and untracked files")),
OPT_BOOL          263 builtin/add.c  	OPT_BOOL( 0 , "refresh", &refresh_only, N_("don't add, only refresh the index")),
OPT_BOOL          264 builtin/add.c  	OPT_BOOL( 0 , "ignore-errors", &ignore_add_errors, N_("just skip files which cannot be added because of errors")),
OPT_BOOL          265 builtin/add.c  	OPT_BOOL( 0 , "ignore-missing", &ignore_missing, N_("check if - even missing - files are ignored in dry run")),
OPT_BOOL         2255 builtin/am.c   		OPT_BOOL('i', "interactive", &state.interactive,
OPT_BOOL         2259 builtin/am.c   		OPT_BOOL('3', "3way", &state.threeway,
OPT_BOOL         2265 builtin/am.c   		OPT_BOOL('u', "utf8", &state.utf8,
OPT_BOOL         2271 builtin/am.c   		OPT_BOOL('m', "message-id", &state.message_id,
OPT_BOOL         2279 builtin/am.c   		OPT_BOOL('c', "scissors", &state.scissors,
OPT_BOOL         2325 builtin/am.c   		OPT_BOOL(0, "committer-date-is-author-date",
OPT_BOOL         2328 builtin/am.c   		OPT_BOOL(0, "ignore-date", &state.ignore_date,
OPT_BOOL         4534 builtin/apply.c 		OPT_BOOL(0, "no-add", &no_add,
OPT_BOOL         4536 builtin/apply.c 		OPT_BOOL(0, "stat", &diffstat,
OPT_BOOL         4540 builtin/apply.c 		OPT_BOOL(0, "numstat", &numstat,
OPT_BOOL         4542 builtin/apply.c 		OPT_BOOL(0, "summary", &summary,
OPT_BOOL         4544 builtin/apply.c 		OPT_BOOL(0, "check", &check,
OPT_BOOL         4546 builtin/apply.c 		OPT_BOOL(0, "index", &check_index,
OPT_BOOL         4548 builtin/apply.c 		OPT_BOOL(0, "cached", &cached,
OPT_BOOL         4550 builtin/apply.c 		OPT_BOOL(0, "unsafe-paths", &unsafe_paths,
OPT_BOOL         4552 builtin/apply.c 		OPT_BOOL(0, "apply", &force_apply,
OPT_BOOL         4554 builtin/apply.c 		OPT_BOOL('3', "3way", &threeway,
OPT_BOOL         4572 builtin/apply.c 		OPT_BOOL('R', "reverse", &apply_in_reverse,
OPT_BOOL         4574 builtin/apply.c 		OPT_BOOL(0, "unidiff-zero", &unidiff_zero,
OPT_BOOL         4576 builtin/apply.c 		OPT_BOOL(0, "reject", &apply_with_reject,
OPT_BOOL         4578 builtin/apply.c 		OPT_BOOL(0, "allow-overlap", &allow_overlap,
OPT_BOOL           16 builtin/bisect--helper.c 		OPT_BOOL(0, "next-all", &next_all,
OPT_BOOL           18 builtin/bisect--helper.c 		OPT_BOOL(0, "no-checkout", &no_checkout,
OPT_BOOL         2512 builtin/blame.c 		OPT_BOOL(0, "incremental", &incremental, N_("Show blame entries as we find them, incrementally")),
OPT_BOOL         2513 builtin/blame.c 		OPT_BOOL('b', NULL, &blank_boundary, N_("Show blank SHA-1 for boundary commits (Default: off)")),
OPT_BOOL         2514 builtin/blame.c 		OPT_BOOL(0, "root", &show_root, N_("Do not treat root commits as boundaries (Default: off)")),
OPT_BOOL         2515 builtin/blame.c 		OPT_BOOL(0, "show-stats", &show_stats, N_("Show work cost statistics")),
OPT_BOOL          820 builtin/branch.c 		OPT_BOOL(0, "unset-upstream", &unset_upstream, "Unset the upstream info"),
OPT_BOOL          845 builtin/branch.c 		OPT_BOOL(0, "list", &list, N_("list branch names")),
OPT_BOOL          846 builtin/branch.c 		OPT_BOOL('l', "create-reflog", &reflog, N_("create the branch's reflog")),
OPT_BOOL          847 builtin/branch.c 		OPT_BOOL(0, "edit-description", &edit_description,
OPT_BOOL          474 builtin/cat-file.c 		OPT_BOOL(0, "allow-unknown-type", &unknown_type,
OPT_BOOL          476 builtin/cat-file.c 		OPT_BOOL(0, "buffer", &batch.buffer_output, N_("buffer --batch output")),
OPT_BOOL          483 builtin/cat-file.c 		OPT_BOOL(0, "follow-symlinks", &batch.follow_symlinks,
OPT_BOOL          485 builtin/cat-file.c 		OPT_BOOL(0, "batch-all-objects", &batch.all_objects,
OPT_BOOL           19 builtin/check-attr.c 	OPT_BOOL('a', "all", &all_attrs, N_("report all attributes set on file")),
OPT_BOOL           20 builtin/check-attr.c 	OPT_BOOL(0,  "cached", &cached_attrs, N_("use .gitattributes only from the index")),
OPT_BOOL           21 builtin/check-attr.c 	OPT_BOOL(0 , "stdin", &stdin_paths, N_("read file names from stdin")),
OPT_BOOL           22 builtin/check-attr.c 	OPT_BOOL('z', NULL, &nul_term_line,
OPT_BOOL           21 builtin/check-ignore.c 	OPT_BOOL(0, "stdin", &stdin_paths,
OPT_BOOL           23 builtin/check-ignore.c 	OPT_BOOL('z', NULL, &nul_term_line,
OPT_BOOL           25 builtin/check-ignore.c 	OPT_BOOL('n', "non-matching", &show_non_matching,
OPT_BOOL           27 builtin/check-ignore.c 	OPT_BOOL(0, "no-index", &no_index,
OPT_BOOL           13 builtin/check-mailmap.c 	OPT_BOOL(0, "stdin", &use_stdin, N_("also read contacts from stdin")),
OPT_BOOL          187 builtin/checkout-index.c 		OPT_BOOL('a', "all", &all,
OPT_BOOL          192 builtin/checkout-index.c 		OPT_BOOL('n', "no-create", &not_new,
OPT_BOOL          200 builtin/checkout-index.c 		OPT_BOOL(0, "stdin", &read_from_stdin,
OPT_BOOL          202 builtin/checkout-index.c 		OPT_BOOL(0, "temp", &to_tempfile,
OPT_BOOL         1138 builtin/checkout.c 		OPT_BOOL('l', NULL, &opts.new_branch_log, N_("create reflog for new branch")),
OPT_BOOL         1139 builtin/checkout.c 		OPT_BOOL(0, "detach", &opts.force_detach, N_("detach the HEAD at named commit")),
OPT_BOOL         1148 builtin/checkout.c 		OPT_BOOL('m', "merge", &opts.merge, N_("perform a 3-way merge with the new branch")),
OPT_BOOL         1149 builtin/checkout.c 		OPT_BOOL(0, "overwrite-ignore", &opts.overwrite_ignore, N_("update ignored files (default)")),
OPT_BOOL         1152 builtin/checkout.c 		OPT_BOOL('p', "patch", &opts.patch_mode, N_("select hunks interactively")),
OPT_BOOL         1153 builtin/checkout.c 		OPT_BOOL(0, "ignore-skip-worktree-bits", &opts.ignore_skipworktree,
OPT_BOOL         1157 builtin/checkout.c 		OPT_BOOL(0, "ignore-other-worktrees", &opts.ignore_other_worktrees,
OPT_BOOL          898 builtin/clean.c 		OPT_BOOL('i', "interactive", &interactive, N_("interactive cleaning")),
OPT_BOOL          899 builtin/clean.c 		OPT_BOOL('d', NULL, &remove_directories,
OPT_BOOL          903 builtin/clean.c 		OPT_BOOL('x', NULL, &ignored, N_("remove ignored files, too")),
OPT_BOOL          904 builtin/clean.c 		OPT_BOOL('X', NULL, &ignored_only,
OPT_BOOL           56 builtin/clone.c 	OPT_BOOL(0, "progress", &option_progress,
OPT_BOOL           58 builtin/clone.c 	OPT_BOOL('n', "no-checkout", &option_no_checkout,
OPT_BOOL           60 builtin/clone.c 	OPT_BOOL(0, "bare", &option_bare, N_("create a bare repository")),
OPT_BOOL           63 builtin/clone.c 	OPT_BOOL(0, "mirror", &option_mirror,
OPT_BOOL           65 builtin/clone.c 	OPT_BOOL('l', "local", &option_local,
OPT_BOOL           67 builtin/clone.c 	OPT_BOOL(0, "no-hardlinks", &option_no_hardlinks,
OPT_BOOL           69 builtin/clone.c 	OPT_BOOL('s', "shared", &option_shared,
OPT_BOOL           71 builtin/clone.c 	OPT_BOOL(0, "recursive", &option_recursive,
OPT_BOOL           73 builtin/clone.c 	OPT_BOOL(0, "recurse-submodules", &option_recursive,
OPT_BOOL           79 builtin/clone.c 	OPT_BOOL(0, "dissociate", &option_dissociate,
OPT_BOOL           89 builtin/clone.c 	OPT_BOOL(0, "single-branch", &option_single_branch,
OPT_BOOL         1324 builtin/commit.c 		OPT_BOOL('b', "branch", &s.show_branch,
OPT_BOOL         1332 builtin/commit.c 		OPT_BOOL('z', "null", &s.null_termination,
OPT_BOOL         1338 builtin/commit.c 		OPT_BOOL(0, "ignored", &show_ignored_in_status,
OPT_BOOL         1584 builtin/commit.c 		OPT_BOOL(0, "reset-author", &renew_authorship, N_("the commit is authored by me now (used with -C/-c/--amend)")),
OPT_BOOL         1585 builtin/commit.c 		OPT_BOOL('s', "signoff", &signoff, N_("add Signed-off-by:")),
OPT_BOOL         1587 builtin/commit.c 		OPT_BOOL('e', "edit", &edit_flag, N_("force edit of commit")),
OPT_BOOL         1589 builtin/commit.c 		OPT_BOOL(0, "status", &include_status, N_("include status in commit message template")),
OPT_BOOL         1595 builtin/commit.c 		OPT_BOOL('a', "all", &all, N_("commit all changed files")),
OPT_BOOL         1596 builtin/commit.c 		OPT_BOOL('i', "include", &also, N_("add specified files to index for commit")),
OPT_BOOL         1597 builtin/commit.c 		OPT_BOOL(0, "interactive", &interactive, N_("interactively add files")),
OPT_BOOL         1598 builtin/commit.c 		OPT_BOOL('p', "patch", &patch_interactive, N_("interactively add changes")),
OPT_BOOL         1599 builtin/commit.c 		OPT_BOOL('o', "only", &only, N_("commit only specified files")),
OPT_BOOL         1600 builtin/commit.c 		OPT_BOOL('n', "no-verify", &no_verify, N_("bypass pre-commit hook")),
OPT_BOOL         1601 builtin/commit.c 		OPT_BOOL(0, "dry-run", &dry_run, N_("show what would be committed")),
OPT_BOOL         1604 builtin/commit.c 		OPT_BOOL(0, "branch", &s.show_branch, N_("show branch information")),
OPT_BOOL         1610 builtin/commit.c 		OPT_BOOL('z', "null", &s.null_termination,
OPT_BOOL         1612 builtin/commit.c 		OPT_BOOL(0, "amend", &amend, N_("amend previous commit")),
OPT_BOOL         1613 builtin/commit.c 		OPT_BOOL(0, "no-post-rewrite", &no_post_rewrite, N_("bypass post-rewrite hook")),
OPT_BOOL           55 builtin/config.c 	OPT_BOOL(0, "global", &use_global_config, N_("use global config file")),
OPT_BOOL           56 builtin/config.c 	OPT_BOOL(0, "system", &use_system_config, N_("use system config file")),
OPT_BOOL           57 builtin/config.c 	OPT_BOOL(0, "local", &use_local_config, N_("use repository config file")),
OPT_BOOL           81 builtin/config.c 	OPT_BOOL('z', "null", &end_null, N_("terminate values with NUL byte")),
OPT_BOOL           82 builtin/config.c 	OPT_BOOL(0, "name-only", &omit_values, N_("show variable names only")),
OPT_BOOL           83 builtin/config.c 	OPT_BOOL(0, "includes", &respect_includes, N_("respect include directives on lookup")),
OPT_BOOL           64 builtin/count-objects.c 		OPT_BOOL('H', "human-readable", &human_readable,
OPT_BOOL          396 builtin/describe.c 		OPT_BOOL(0, "contains",   &contains, N_("find the tag that comes after the commit")),
OPT_BOOL          397 builtin/describe.c 		OPT_BOOL(0, "debug",      &debug, N_("debug search strategy on stderr")),
OPT_BOOL          398 builtin/describe.c 		OPT_BOOL(0, "all",        &all, N_("use any ref")),
OPT_BOOL          399 builtin/describe.c 		OPT_BOOL(0, "tags",       &tags, N_("use any tag, even unannotated")),
OPT_BOOL          400 builtin/describe.c 		OPT_BOOL(0, "long",       &longformat, N_("always use long format")),
OPT_BOOL          401 builtin/describe.c 		OPT_BOOL(0, "first-parent", &first_parent, N_("only follow first parent")),
OPT_BOOL          409 builtin/describe.c 		OPT_BOOL(0, "always",        &always,
OPT_BOOL          991 builtin/fast-export.c 		OPT_BOOL(0, "fake-missing-tagger", &fake_missing_tagger,
OPT_BOOL          993 builtin/fast-export.c 		OPT_BOOL(0, "full-tree", &full_tree,
OPT_BOOL          995 builtin/fast-export.c 		OPT_BOOL(0, "use-done-feature", &use_done_feature,
OPT_BOOL          997 builtin/fast-export.c 		OPT_BOOL(0, "no-data", &no_data, N_("Skip output of blob data")),
OPT_BOOL         1000 builtin/fast-export.c 		OPT_BOOL(0, "anonymize", &anonymize, N_("anonymize output")),
OPT_BOOL           89 builtin/fetch.c 	OPT_BOOL(0, "all", &all,
OPT_BOOL           91 builtin/fetch.c 	OPT_BOOL('a', "append", &append,
OPT_BOOL           96 builtin/fetch.c 	OPT_BOOL('m', "multiple", &multiple,
OPT_BOOL          102 builtin/fetch.c 	OPT_BOOL('p', "prune", &prune,
OPT_BOOL          107 builtin/fetch.c 	OPT_BOOL(0, "dry-run", &dry_run,
OPT_BOOL          109 builtin/fetch.c 	OPT_BOOL('k', "keep", &keep, N_("keep downloaded pack")),
OPT_BOOL          110 builtin/fetch.c 	OPT_BOOL('u', "update-head-ok", &update_head_ok,
OPT_BOOL          112 builtin/fetch.c 	OPT_BOOL(0, "progress", &progress, N_("force progress reporting")),
OPT_BOOL          123 builtin/fetch.c 	OPT_BOOL(0, "update-shallow", &update_shallow,
OPT_BOOL          647 builtin/fsck.c 	OPT_BOOL(0, "unreachable", &show_unreachable, N_("show unreachable objects")),
OPT_BOOL          648 builtin/fsck.c 	OPT_BOOL(0, "dangling", &show_dangling, N_("show dangling objects")),
OPT_BOOL          649 builtin/fsck.c 	OPT_BOOL(0, "tags", &show_tags, N_("report tags")),
OPT_BOOL          650 builtin/fsck.c 	OPT_BOOL(0, "root", &show_root, N_("report root nodes")),
OPT_BOOL          651 builtin/fsck.c 	OPT_BOOL(0, "cache", &keep_cache_objects, N_("make index objects head nodes")),
OPT_BOOL          652 builtin/fsck.c 	OPT_BOOL(0, "reflogs", &include_reflogs, N_("make reflogs head nodes (default)")),
OPT_BOOL          653 builtin/fsck.c 	OPT_BOOL(0, "full", &check_full, N_("also consider packs and alternate objects")),
OPT_BOOL          654 builtin/fsck.c 	OPT_BOOL(0, "connectivity-only", &connectivity_only, N_("check only connectivity")),
OPT_BOOL          655 builtin/fsck.c 	OPT_BOOL(0, "strict", &check_strict, N_("enable more strict checking")),
OPT_BOOL          656 builtin/fsck.c 	OPT_BOOL(0, "lost-found", &write_lost_and_found,
OPT_BOOL          658 builtin/fsck.c 	OPT_BOOL(0, "progress", &show_progress, N_("show progress")),
OPT_BOOL          313 builtin/gc.c   		OPT_BOOL(0, "aggressive", &aggressive, N_("be more thorough (increased runtime)")),
OPT_BOOL          314 builtin/gc.c   		OPT_BOOL(0, "auto", &auto_gc, N_("enable auto-gc mode")),
OPT_BOOL          315 builtin/gc.c   		OPT_BOOL(0, "force", &force, N_("force running gc even if there may be another gc running")),
OPT_BOOL          637 builtin/grep.c 		OPT_BOOL(0, "cached", &cached,
OPT_BOOL          641 builtin/grep.c 		OPT_BOOL(0, "untracked", &untracked,
OPT_BOOL          646 builtin/grep.c 		OPT_BOOL('v', "invert-match", &opt.invert,
OPT_BOOL          648 builtin/grep.c 		OPT_BOOL('i', "ignore-case", &opt.ignore_case,
OPT_BOOL          650 builtin/grep.c 		OPT_BOOL('w', "word-regexp", &opt.word_regexp,
OPT_BOOL          657 builtin/grep.c 		OPT_BOOL(0, "textconv", &opt.allow_textconv,
OPT_BOOL          676 builtin/grep.c 		OPT_BOOL('n', "line-number", &opt.linenum, N_("show line numbers")),
OPT_BOOL          681 builtin/grep.c 		OPT_BOOL('l', "files-with-matches", &opt.name_only,
OPT_BOOL          683 builtin/grep.c 		OPT_BOOL(0, "name-only", &opt.name_only,
OPT_BOOL          685 builtin/grep.c 		OPT_BOOL('L', "files-without-match",
OPT_BOOL          688 builtin/grep.c 		OPT_BOOL('z', "null", &opt.null_following_name,
OPT_BOOL          690 builtin/grep.c 		OPT_BOOL('c', "count", &opt.count,
OPT_BOOL          693 builtin/grep.c 		OPT_BOOL(0, "break", &opt.file_break,
OPT_BOOL          695 builtin/grep.c 		OPT_BOOL(0, "heading", &opt.heading,
OPT_BOOL          707 builtin/grep.c 		OPT_BOOL('p', "show-function", &opt.funcname,
OPT_BOOL          709 builtin/grep.c 		OPT_BOOL('W', "function-context", &opt.funcbody,
OPT_BOOL          719 builtin/grep.c 		OPT_BOOL(0, "or", &dummy, ""),
OPT_BOOL          730 builtin/grep.c 		OPT_BOOL(0, "all-match", &opt.all_match,
OPT_BOOL          739 builtin/grep.c 		OPT_BOOL(0, "ext-grep", &external_grep_allowed__ignored,
OPT_BOOL           96 builtin/hash-object.c 		OPT_BOOL( 0 , "stdin-paths", &stdin_paths, N_("read file names from stdin")),
OPT_BOOL           97 builtin/hash-object.c 		OPT_BOOL( 0 , "no-filters", &no_filters, N_("store file as is without filters")),
OPT_BOOL           98 builtin/hash-object.c 		OPT_BOOL( 0, "literally", &literally, N_("just hash any random garbage to create corrupt objects for debugging Git")),
OPT_BOOL           41 builtin/help.c 	OPT_BOOL('a', "all", &show_all, N_("print all available commands")),
OPT_BOOL           42 builtin/help.c 	OPT_BOOL('g', "guides", &show_guides, N_("print list of useful guides")),
OPT_BOOL           25 builtin/interpret-trailers.c 		OPT_BOOL(0, "trim-empty", &trim_empty, N_("trim empty trailers")),
OPT_BOOL          132 builtin/log.c  		OPT_BOOL(0, "source", &source, N_("show source")),
OPT_BOOL          133 builtin/log.c  		OPT_BOOL(0, "use-mailmap", &mailmap, N_("Use mail map file")),
OPT_BOOL         1216 builtin/log.c  		OPT_BOOL('s', "signoff", &do_signoff, N_("add Signed-off-by:")),
OPT_BOOL         1217 builtin/log.c  		OPT_BOOL(0, "stdout", &use_stdout,
OPT_BOOL         1219 builtin/log.c  		OPT_BOOL(0, "cover-letter", &cover_letter,
OPT_BOOL         1221 builtin/log.c  		OPT_BOOL(0, "numbered-files", &just_numbers,
OPT_BOOL         1238 builtin/log.c  		OPT_BOOL(0, "no-binary", &no_binary_diff,
OPT_BOOL         1240 builtin/log.c  		OPT_BOOL(0, "ignore-if-in-upstream", &ignore_if_in_upstream,
OPT_BOOL          414 builtin/ls-files.c 		OPT_BOOL('t', NULL, &show_tag,
OPT_BOOL          416 builtin/ls-files.c 		OPT_BOOL('v', NULL, &show_valid_bit,
OPT_BOOL          418 builtin/ls-files.c 		OPT_BOOL('c', "cached", &show_cached,
OPT_BOOL          420 builtin/ls-files.c 		OPT_BOOL('d', "deleted", &show_deleted,
OPT_BOOL          422 builtin/ls-files.c 		OPT_BOOL('m', "modified", &show_modified,
OPT_BOOL          424 builtin/ls-files.c 		OPT_BOOL('o', "others", &show_others,
OPT_BOOL          429 builtin/ls-files.c 		OPT_BOOL('s', "stage", &show_stage,
OPT_BOOL          431 builtin/ls-files.c 		OPT_BOOL('k', "killed", &show_killed,
OPT_BOOL          439 builtin/ls-files.c 		OPT_BOOL('u', "unmerged", &show_unmerged,
OPT_BOOL          441 builtin/ls-files.c 		OPT_BOOL(0, "resolve-undo", &show_resolve_undo,
OPT_BOOL          457 builtin/ls-files.c 		OPT_BOOL(0, "error-unmatch", &error_unmatch,
OPT_BOOL          462 builtin/ls-files.c 		OPT_BOOL(0, "debug", &debug_mode, N_("show debugging data")),
OPT_BOOL          143 builtin/ls-tree.c 		OPT_BOOL(0, "full-tree", &full_tree,
OPT_BOOL          214 builtin/merge-base.c 		OPT_BOOL('a', "all", &show_all, N_("output all common ancestors")),
OPT_BOOL           33 builtin/merge-file.c 		OPT_BOOL('p', "stdout", &to_stdout, N_("send results to standard output")),
OPT_BOOL          195 builtin/merge.c 	OPT_BOOL(0, "stat", &show_diffstat,
OPT_BOOL          197 builtin/merge.c 	OPT_BOOL(0, "summary", &show_diffstat, N_("(synonym to --stat)")),
OPT_BOOL          201 builtin/merge.c 	OPT_BOOL(0, "squash", &squash,
OPT_BOOL          203 builtin/merge.c 	OPT_BOOL(0, "commit", &option_commit,
OPT_BOOL          205 builtin/merge.c 	OPT_BOOL('e', "edit", &option_edit,
OPT_BOOL          212 builtin/merge.c 	OPT_BOOL(0, "verify-signatures", &verify_signatures,
OPT_BOOL          222 builtin/merge.c 	OPT_BOOL(0, "abort", &abort_current_merge,
OPT_BOOL          227 builtin/merge.c 	OPT_BOOL(0, "overwrite-ignore", &overwrite_ignore, N_("update ignored files (default)")),
OPT_BOOL          112 builtin/mv.c   		OPT_BOOL('k', NULL, &ignore_errors, N_("skip move/rename errors")),
OPT_BOOL          309 builtin/name-rev.c 		OPT_BOOL(0, "name-only", &data.name_only, N_("print only names (no SHA-1)")),
OPT_BOOL          310 builtin/name-rev.c 		OPT_BOOL(0, "tags", &data.tags_only, N_("only use tags to name the commits")),
OPT_BOOL          314 builtin/name-rev.c 		OPT_BOOL(0, "all", &all, N_("list all commits reachable from all refs")),
OPT_BOOL          315 builtin/name-rev.c 		OPT_BOOL(0, "stdin", &transform_stdin, N_("read from stdin")),
OPT_BOOL          316 builtin/name-rev.c 		OPT_BOOL(0, "undefined", &allow_undefined, N_("allow to print `undefined` names (default)")),
OPT_BOOL          317 builtin/name-rev.c 		OPT_BOOL(0, "always",     &always,
OPT_BOOL          404 builtin/notes.c 		OPT_BOOL(0, "allow-empty", &allow_empty,
OPT_BOOL          478 builtin/notes.c 		OPT_BOOL(0, "stdin", &from_stdin, N_("read objects from stdin")),
OPT_BOOL          567 builtin/notes.c 		OPT_BOOL(0, "allow-empty", &allow_empty,
OPT_BOOL          894 builtin/notes.c 		OPT_BOOL(0, "stdin", &from_stdin,
OPT_BOOL         2607 builtin/pack-objects.c 		OPT_BOOL(0, "all-progress-implied",
OPT_BOOL         2615 builtin/pack-objects.c 		OPT_BOOL(0, "local", &local,
OPT_BOOL         2617 builtin/pack-objects.c 		OPT_BOOL(0, "incremental", &incremental,
OPT_BOOL         2625 builtin/pack-objects.c 		OPT_BOOL(0, "reuse-delta", &reuse_delta,
OPT_BOOL         2627 builtin/pack-objects.c 		OPT_BOOL(0, "reuse-object", &reuse_object,
OPT_BOOL         2629 builtin/pack-objects.c 		OPT_BOOL(0, "delta-base-offset", &allow_ofs_delta,
OPT_BOOL         2633 builtin/pack-objects.c 		OPT_BOOL(0, "non-empty", &non_empty,
OPT_BOOL         2635 builtin/pack-objects.c 		OPT_BOOL(0, "revs", &use_internal_rev_list,
OPT_BOOL         2649 builtin/pack-objects.c 		OPT_BOOL(0, "stdout", &pack_to_stdout,
OPT_BOOL         2651 builtin/pack-objects.c 		OPT_BOOL(0, "include-tag", &include_tag,
OPT_BOOL         2653 builtin/pack-objects.c 		OPT_BOOL(0, "keep-unreachable", &keep_unreachable,
OPT_BOOL         2658 builtin/pack-objects.c 		OPT_BOOL(0, "thin", &thin,
OPT_BOOL         2660 builtin/pack-objects.c 		OPT_BOOL(0, "shallow", &shallow,
OPT_BOOL         2662 builtin/pack-objects.c 		OPT_BOOL(0, "honor-pack-keep", &ignore_packed_keep,
OPT_BOOL         2668 builtin/pack-objects.c 		OPT_BOOL(0, "use-bitmap-index", &use_bitmap_index,
OPT_BOOL         2670 builtin/pack-objects.c 		OPT_BOOL(0, "write-bitmap-index", &write_bitmap_index,
OPT_BOOL          107 builtin/prune.c 		OPT_BOOL(0, "progress", &show_progress, N_("show progress")),
OPT_BOOL          181 builtin/pull.c 	OPT_BOOL(0, "dry-run", &opt_dry_run,
OPT_BOOL          543 builtin/push.c 		OPT_BOOL( 0, "delete", &deleterefs, N_("delete refs")),
OPT_BOOL          544 builtin/push.c 		OPT_BOOL( 0 , "tags", &tags, N_("push tags (can't be used with --all or --mirror)")),
OPT_BOOL          555 builtin/push.c 		OPT_BOOL( 0 , "thin", &thin, N_("use thin pack")),
OPT_BOOL          560 builtin/push.c 		OPT_BOOL(0, "progress", &progress, N_("force progress reporting")),
OPT_BOOL          153 builtin/remote.c 		OPT_BOOL('f', "fetch", &fetch, N_("fetch the remote branches")),
OPT_BOOL         1128 builtin/remote.c 		OPT_BOOL('n', NULL, &no_query, N_("do not query remotes")),
OPT_BOOL         1235 builtin/remote.c 		OPT_BOOL('a', "auto", &opt_a,
OPT_BOOL         1237 builtin/remote.c 		OPT_BOOL('d', "delete", &opt_d,
OPT_BOOL         1368 builtin/remote.c 		OPT_BOOL('p', "prune", &prune,
OPT_BOOL         1455 builtin/remote.c 		OPT_BOOL('\0', "add", &add_mode, N_("add branch")),
OPT_BOOL         1483 builtin/remote.c 		OPT_BOOL('\0', "push", &push_mode,
OPT_BOOL         1485 builtin/remote.c 		OPT_BOOL('\0', "add", &add_mode,
OPT_BOOL         1487 builtin/remote.c 		OPT_BOOL('\0', "delete", &delete_mode,
OPT_BOOL          163 builtin/repack.c 		OPT_BOOL('d', NULL, &delete_redundant,
OPT_BOOL          165 builtin/repack.c 		OPT_BOOL('f', NULL, &no_reuse_delta,
OPT_BOOL          167 builtin/repack.c 		OPT_BOOL('F', NULL, &no_reuse_object,
OPT_BOOL          169 builtin/repack.c 		OPT_BOOL('n', NULL, &no_update_server_info,
OPT_BOOL          172 builtin/repack.c 		OPT_BOOL('l', "local", &local,
OPT_BOOL          174 builtin/repack.c 		OPT_BOOL('b', "write-bitmap-index", &write_bitmaps,
OPT_BOOL          186 builtin/repack.c 		OPT_BOOL(0, "pack-kept-objects", &pack_kept_objects,
OPT_BOOL          436 builtin/replace.c 		OPT_BOOL('f', "force", &force, N_("replace the ref if it exists")),
OPT_BOOL          437 builtin/replace.c 		OPT_BOOL(0, "raw", &raw, N_("do not pretty-print contents for --edit")),
OPT_BOOL          286 builtin/reset.c 		OPT_BOOL('p', "patch", &patch_mode, N_("select hunks interactively")),
OPT_BOOL          287 builtin/reset.c 		OPT_BOOL('N', "intent-to-add", &intent_to_add,
OPT_BOOL          365 builtin/rev-parse.c 		OPT_BOOL(0, "keep-dashdash", &keep_dashdash,
OPT_BOOL          367 builtin/rev-parse.c 		OPT_BOOL(0, "stop-at-non-option", &stop_at_non_option,
OPT_BOOL          370 builtin/rev-parse.c 		OPT_BOOL(0, "stuck-long", &stuck_long,
OPT_BOOL           83 builtin/revert.c 		OPT_BOOL('n', "no-commit", &opts->no_commit, N_("don't automatically commit")),
OPT_BOOL           84 builtin/revert.c 		OPT_BOOL('e', "edit", &opts->edit, N_("edit the commit message")),
OPT_BOOL           86 builtin/revert.c 		OPT_BOOL('s', "signoff", &opts->signoff, N_("add Signed-off-by:")),
OPT_BOOL          104 builtin/revert.c 			OPT_BOOL('x', NULL, &opts->record_origin, N_("append commit name")),
OPT_BOOL          105 builtin/revert.c 			OPT_BOOL(0, "ff", &opts->allow_ff, N_("allow fast-forward")),
OPT_BOOL          106 builtin/revert.c 			OPT_BOOL(0, "allow-empty", &opts->allow_empty, N_("preserve initially empty commits")),
OPT_BOOL          107 builtin/revert.c 			OPT_BOOL(0, "allow-empty-message", &opts->allow_empty_message, N_("allow commits with empty messages")),
OPT_BOOL          108 builtin/revert.c 			OPT_BOOL(0, "keep-redundant-commits", &opts->keep_redundant_commits, N_("keep redundant, empty commits")),
OPT_BOOL          270 builtin/rm.c   	OPT_BOOL( 0 , "cached",         &index_only, N_("only remove from the index")),
OPT_BOOL          272 builtin/rm.c   	OPT_BOOL('r', NULL,             &recursive,  N_("allow recursive removal")),
OPT_BOOL          273 builtin/rm.c   	OPT_BOOL( 0 , "ignore-unmatch", &ignore_unmatch,
OPT_BOOL          161 builtin/send-pack.c 		OPT_BOOL(0, "all", &send_all, N_("push all refs")),
OPT_BOOL          162 builtin/send-pack.c 		OPT_BOOL('n' , "dry-run", &dry_run, N_("dry run")),
OPT_BOOL          163 builtin/send-pack.c 		OPT_BOOL(0, "mirror", &send_mirror, N_("mirror all refs")),
OPT_BOOL          164 builtin/send-pack.c 		OPT_BOOL('f', "force", &force_update, N_("force updates")),
OPT_BOOL          168 builtin/send-pack.c 		OPT_BOOL(0, "progress", &progress, N_("force progress reporting")),
OPT_BOOL          169 builtin/send-pack.c 		OPT_BOOL(0, "thin", &use_thin_pack, N_("use thin pack")),
OPT_BOOL          170 builtin/send-pack.c 		OPT_BOOL(0, "atomic", &atomic, N_("request atomic transaction on remote side")),
OPT_BOOL          171 builtin/send-pack.c 		OPT_BOOL(0, "stateless-rpc", &stateless_rpc, N_("use stateless RPC protocol")),
OPT_BOOL          172 builtin/send-pack.c 		OPT_BOOL(0, "stdin", &from_stdin, N_("read refs from stdin")),
OPT_BOOL          173 builtin/send-pack.c 		OPT_BOOL(0, "helper-status", &helper_status, N_("print status from remote helper")),
OPT_BOOL          229 builtin/shortlog.c 		OPT_BOOL('n', "numbered", &log.sort_by_number,
OPT_BOOL          231 builtin/shortlog.c 		OPT_BOOL('s', "summary", &log.summary,
OPT_BOOL          233 builtin/shortlog.c 		OPT_BOOL('e', "email", &log.email,
OPT_BOOL          658 builtin/show-branch.c 		OPT_BOOL('a', "all", &all_heads,
OPT_BOOL          660 builtin/show-branch.c 		OPT_BOOL('r', "remotes", &all_remotes,
OPT_BOOL          668 builtin/show-branch.c 		OPT_BOOL(0, "no-name", &no_name, N_("suppress naming strings")),
OPT_BOOL          669 builtin/show-branch.c 		OPT_BOOL(0, "current", &with_current_branch,
OPT_BOOL          671 builtin/show-branch.c 		OPT_BOOL(0, "sha1-name", &sha1_name,
OPT_BOOL          673 builtin/show-branch.c 		OPT_BOOL(0, "merge-base", &merge_base,
OPT_BOOL          675 builtin/show-branch.c 		OPT_BOOL(0, "independent", &independent,
OPT_BOOL          680 builtin/show-branch.c 		OPT_BOOL(0, "topics", &topics,
OPT_BOOL          170 builtin/show-ref.c 	OPT_BOOL(0, "tags", &tags_only, N_("only show tags (can be combined with heads)")),
OPT_BOOL          171 builtin/show-ref.c 	OPT_BOOL(0, "heads", &heads_only, N_("only show heads (can be combined with tags)")),
OPT_BOOL          172 builtin/show-ref.c 	OPT_BOOL(0, "verify", &verify, N_("stricter reference checking, "
OPT_BOOL          176 builtin/show-ref.c 	OPT_BOOL(0, "head", &show_head,
OPT_BOOL          178 builtin/show-ref.c 	OPT_BOOL('d', "dereference", &deref_tags,
OPT_BOOL           41 builtin/symbolic-ref.c 		OPT_BOOL('d', "delete", &delete, N_("delete symbolic ref")),
OPT_BOOL           42 builtin/symbolic-ref.c 		OPT_BOOL(0, "short", &shorten, N_("shorten ref output")),
OPT_BOOL          598 builtin/tag.c  		OPT_BOOL('a', "annotate", &annotate,
OPT_BOOL          603 builtin/tag.c  		OPT_BOOL('s', "sign", &opt.sign, N_("annotated and GPG-signed tag")),
OPT_BOOL          609 builtin/tag.c  		OPT_BOOL(0, "create-reflog", &create_reflog, N_("create a reflog")),
OPT_BOOL          995 builtin/update-index.c 		OPT_BOOL(0, "split-index", &split_index,
OPT_BOOL          997 builtin/update-index.c 		OPT_BOOL(0, "untracked-cache", &untracked_cache,
OPT_BOOL          363 builtin/update-ref.c 		OPT_BOOL('d', NULL, &delete, N_("delete the reference")),
OPT_BOOL          364 builtin/update-ref.c 		OPT_BOOL( 0 , "no-deref", &no_deref,
OPT_BOOL          366 builtin/update-ref.c 		OPT_BOOL('z', NULL, &end_null, N_("stdin has NUL-terminated arguments")),
OPT_BOOL          367 builtin/update-ref.c 		OPT_BOOL( 0 , "stdin", &read_stdin, N_("read updates from stdin")),
OPT_BOOL          368 builtin/update-ref.c 		OPT_BOOL( 0 , "create-reflog", &create_reflog, N_("create a reflog")),
OPT_BOOL          321 builtin/worktree.c 		OPT_BOOL(0, "detach", &opts.detach, N_("detach HEAD at named commit")),
OPT_BOOL          254 credential-cache--daemon.c 		OPT_BOOL(0, "debug", &debug,
OPT_BOOL           52 imap-send.c    	OPT_BOOL(0, "curl", &use_curl, "use libcurl to communicate with the IMAP server"),
OPT_BOOL          240 parse-options.h #define OPT__DRY_RUN(var, h)  OPT_BOOL('n', "dry-run", (var), (h))
OPT_BOOL           41 test-parse-options.c 		OPT_BOOL(0, "yes", &boolean, "get a boolean"),
OPT_BOOL           42 test-parse-options.c 		OPT_BOOL('D', "no-doubt", &boolean, "begins with 'no-'"),