RUN_SETUP         327 git.c          		if (p->option & RUN_SETUP)
RUN_SETUP         334 git.c          		if (use_pager == -1 && p->option & (RUN_SETUP | RUN_SETUP_GENTLY))
RUN_SETUP         339 git.c          		if ((p->option & (RUN_SETUP | RUN_SETUP_GENTLY)) &&
RUN_SETUP         372 git.c          	{ "add", cmd_add, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         373 git.c          	{ "am", cmd_am, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         374 git.c          	{ "annotate", cmd_annotate, RUN_SETUP },
RUN_SETUP         377 git.c          	{ "bisect--helper", cmd_bisect__helper, RUN_SETUP },
RUN_SETUP         378 git.c          	{ "blame", cmd_blame, RUN_SETUP },
RUN_SETUP         379 git.c          	{ "branch", cmd_branch, RUN_SETUP },
RUN_SETUP         381 git.c          	{ "cat-file", cmd_cat_file, RUN_SETUP },
RUN_SETUP         382 git.c          	{ "check-attr", cmd_check_attr, RUN_SETUP },
RUN_SETUP         383 git.c          	{ "check-ignore", cmd_check_ignore, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         384 git.c          	{ "check-mailmap", cmd_check_mailmap, RUN_SETUP },
RUN_SETUP         386 git.c          	{ "checkout", cmd_checkout, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         388 git.c          		RUN_SETUP | NEED_WORK_TREE},
RUN_SETUP         389 git.c          	{ "cherry", cmd_cherry, RUN_SETUP },
RUN_SETUP         390 git.c          	{ "cherry-pick", cmd_cherry_pick, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         391 git.c          	{ "clean", cmd_clean, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         394 git.c          	{ "commit", cmd_commit, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         395 git.c          	{ "commit-tree", cmd_commit_tree, RUN_SETUP },
RUN_SETUP         397 git.c          	{ "count-objects", cmd_count_objects, RUN_SETUP },
RUN_SETUP         399 git.c          	{ "describe", cmd_describe, RUN_SETUP },
RUN_SETUP         401 git.c          	{ "diff-files", cmd_diff_files, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         402 git.c          	{ "diff-index", cmd_diff_index, RUN_SETUP },
RUN_SETUP         403 git.c          	{ "diff-tree", cmd_diff_tree, RUN_SETUP },
RUN_SETUP         404 git.c          	{ "fast-export", cmd_fast_export, RUN_SETUP },
RUN_SETUP         405 git.c          	{ "fetch", cmd_fetch, RUN_SETUP },
RUN_SETUP         406 git.c          	{ "fetch-pack", cmd_fetch_pack, RUN_SETUP },
RUN_SETUP         407 git.c          	{ "fmt-merge-msg", cmd_fmt_merge_msg, RUN_SETUP },
RUN_SETUP         408 git.c          	{ "for-each-ref", cmd_for_each_ref, RUN_SETUP },
RUN_SETUP         409 git.c          	{ "format-patch", cmd_format_patch, RUN_SETUP },
RUN_SETUP         410 git.c          	{ "fsck", cmd_fsck, RUN_SETUP },
RUN_SETUP         411 git.c          	{ "fsck-objects", cmd_fsck, RUN_SETUP },
RUN_SETUP         412 git.c          	{ "gc", cmd_gc, RUN_SETUP },
RUN_SETUP         420 git.c          	{ "interpret-trailers", cmd_interpret_trailers, RUN_SETUP },
RUN_SETUP         421 git.c          	{ "log", cmd_log, RUN_SETUP },
RUN_SETUP         422 git.c          	{ "ls-files", cmd_ls_files, RUN_SETUP },
RUN_SETUP         424 git.c          	{ "ls-tree", cmd_ls_tree, RUN_SETUP },
RUN_SETUP         427 git.c          	{ "merge", cmd_merge, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         428 git.c          	{ "merge-base", cmd_merge_base, RUN_SETUP },
RUN_SETUP         430 git.c          	{ "merge-index", cmd_merge_index, RUN_SETUP },
RUN_SETUP         431 git.c          	{ "merge-ours", cmd_merge_ours, RUN_SETUP },
RUN_SETUP         432 git.c          	{ "merge-recursive", cmd_merge_recursive, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         433 git.c          	{ "merge-recursive-ours", cmd_merge_recursive, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         434 git.c          	{ "merge-recursive-theirs", cmd_merge_recursive, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         435 git.c          	{ "merge-subtree", cmd_merge_recursive, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         436 git.c          	{ "merge-tree", cmd_merge_tree, RUN_SETUP },
RUN_SETUP         437 git.c          	{ "mktag", cmd_mktag, RUN_SETUP },
RUN_SETUP         438 git.c          	{ "mktree", cmd_mktree, RUN_SETUP },
RUN_SETUP         439 git.c          	{ "mv", cmd_mv, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         440 git.c          	{ "name-rev", cmd_name_rev, RUN_SETUP },
RUN_SETUP         441 git.c          	{ "notes", cmd_notes, RUN_SETUP },
RUN_SETUP         442 git.c          	{ "pack-objects", cmd_pack_objects, RUN_SETUP },
RUN_SETUP         443 git.c          	{ "pack-redundant", cmd_pack_redundant, RUN_SETUP },
RUN_SETUP         444 git.c          	{ "pack-refs", cmd_pack_refs, RUN_SETUP },
RUN_SETUP         446 git.c          	{ "pickaxe", cmd_blame, RUN_SETUP },
RUN_SETUP         447 git.c          	{ "prune", cmd_prune, RUN_SETUP },
RUN_SETUP         448 git.c          	{ "prune-packed", cmd_prune_packed, RUN_SETUP },
RUN_SETUP         449 git.c          	{ "pull", cmd_pull, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         450 git.c          	{ "push", cmd_push, RUN_SETUP },
RUN_SETUP         451 git.c          	{ "read-tree", cmd_read_tree, RUN_SETUP },
RUN_SETUP         453 git.c          	{ "reflog", cmd_reflog, RUN_SETUP },
RUN_SETUP         454 git.c          	{ "remote", cmd_remote, RUN_SETUP },
RUN_SETUP         457 git.c          	{ "repack", cmd_repack, RUN_SETUP },
RUN_SETUP         458 git.c          	{ "replace", cmd_replace, RUN_SETUP },
RUN_SETUP         459 git.c          	{ "rerere", cmd_rerere, RUN_SETUP },
RUN_SETUP         460 git.c          	{ "reset", cmd_reset, RUN_SETUP },
RUN_SETUP         461 git.c          	{ "rev-list", cmd_rev_list, RUN_SETUP },
RUN_SETUP         463 git.c          	{ "revert", cmd_revert, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         464 git.c          	{ "rm", cmd_rm, RUN_SETUP },
RUN_SETUP         465 git.c          	{ "send-pack", cmd_send_pack, RUN_SETUP },
RUN_SETUP         467 git.c          	{ "show", cmd_show, RUN_SETUP },
RUN_SETUP         468 git.c          	{ "show-branch", cmd_show_branch, RUN_SETUP },
RUN_SETUP         469 git.c          	{ "show-ref", cmd_show_ref, RUN_SETUP },
RUN_SETUP         470 git.c          	{ "stage", cmd_add, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         471 git.c          	{ "status", cmd_status, RUN_SETUP | NEED_WORK_TREE },
RUN_SETUP         473 git.c          	{ "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
RUN_SETUP         474 git.c          	{ "tag", cmd_tag, RUN_SETUP },
RUN_SETUP         475 git.c          	{ "unpack-file", cmd_unpack_file, RUN_SETUP },
RUN_SETUP         476 git.c          	{ "unpack-objects", cmd_unpack_objects, RUN_SETUP },
RUN_SETUP         477 git.c          	{ "update-index", cmd_update_index, RUN_SETUP },
RUN_SETUP         478 git.c          	{ "update-ref", cmd_update_ref, RUN_SETUP },
RUN_SETUP         479 git.c          	{ "update-server-info", cmd_update_server_info, RUN_SETUP },
RUN_SETUP         483 git.c          	{ "verify-commit", cmd_verify_commit, RUN_SETUP },
RUN_SETUP         485 git.c          	{ "verify-tag", cmd_verify_tag, RUN_SETUP },
RUN_SETUP         487 git.c          	{ "whatchanged", cmd_whatchanged, RUN_SETUP },
RUN_SETUP         488 git.c          	{ "worktree", cmd_worktree, RUN_SETUP },
RUN_SETUP         489 git.c          	{ "write-tree", cmd_write_tree, RUN_SETUP },