546 Commits (3206b6bdf6c261633b3712b7549b794aa39a5169)

Author SHA1 Message Date
Martin Ågren d74b541e0b branch: respect `pager.branch` in list-mode only 7 years ago
Jeff King 27344d6a6c git: add --no-optional-locks option 7 years ago
Martin Ågren 595d59e2b5 git.c: ignore pager.* when launching builtin as dashed external 8 years ago
Martin Ågren de121ffe57 tag: respect `pager.tag` in list-mode only 8 years ago
Martin Ågren 033fe3d92c git.c: provide setup_auto_pager() 8 years ago
Martin Ågren c409824cc2 git.c: let builtins opt for handling `pager.foo` themselves 8 years ago
Brandon Williams f9ee2fcdfa grep: recurse in-process using 'struct repository' 8 years ago
Brandon Williams 188dce131f ls-files: use repository object 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Schindelin a9bcf6586d alias: use the early config machinery to expand aliases 8 years ago
Jeff King 8893fd95b6 git: add hidden --list-builtins option 8 years ago
Brandon Williams b58a68c1c1 setup: allow for prefix to be passed to git commands 8 years ago
Johannes Schindelin 4557f1add2 rebase--helper: add a builtin helper for interactive rebases 8 years ago
Stefan Beller 3d415425c7 unpack-trees: support super-prefix option 8 years ago
Johannes Schindelin 019678d6b1 difftool: retire the scripted version 8 years ago
Johannes Schindelin be8a90e59c difftool: add a skeleton for the upcoming builtin 8 years ago
Jeff King 46df6906f3 execv_dashed_external: wait for child on signal death 8 years ago
Jeff King 246f0edec0 execv_dashed_external: stop exiting with negative code 8 years ago
Jeff King 2b296c93d4 execv_dashed_external: use child_process struct 8 years ago
Brandon Williams 0281e487fd grep: optionally recurse into submodules 8 years ago
Stefan Beller 89c8626557 submodule helper: support super prefix 8 years ago
Jeff King 6854a8f5c9 common-main: stop munging argv[0] path 8 years ago
Junio C Hamano eb0224c617 archive: read local configuration 8 years ago
Junio C Hamano 3f0ec0687d mailinfo: read local configuration 8 years ago
Junio C Hamano 13092a916d cocci: refactor common patterns to use xstrdup_or_null() 8 years ago
Brandon Williams e77aa336f1 ls-files: optionally recurse into submodules 8 years ago
Brandon Williams 74866d7579 git: make super-prefix option 8 years ago
Jeff King 4a73aaaf18 patch-id: use RUN_SETUP_GENTLY 8 years ago
Ralf Thielow 2c6b6d9f7d help: make option --help open man pages only for Git commands 8 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 12e0437f23 common-main: call restore_sigpipe_to_default() 9 years ago
Jeff King 57f5d52a94 common-main: call sanitize_stdfds() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Jeff King 46c3cd44d7 setup: make startup_info available everywhere 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
Alexander Kuleshov 63ca1c099c git.c: simplify stripping extension of a file in handle_builtin() 9 years ago
Junio C Hamano 8384c139cb restore_env(): free the saved environment variable once we are done 9 years ago
Junio C Hamano 441981bc85 git: simplify environment save/restore logic 9 years ago
Junio C Hamano 2e1175d43d git: protect against unbalanced calls to {save,restore}_env() 9 years ago
Junio C Hamano 9d1d2b7fad git: remove an early return from save_env_before_alias() 9 years ago
Nguyễn Thái Ngọc Duy 57ea7123c8 git.c: make sure we do not leak GIT_* to alias scripts 9 years ago
Nguyễn Thái Ngọc Duy 86d26f240f setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when .. 9 years ago
Nguyễn Thái Ngọc Duy 0d5466d244 git.c: make it clear save_env() is for alias handling only 9 years ago
John Keeping cbd9fc2366 interpret-trailers: allow running outside a repository 9 years ago
Stefan Beller 74703a1e4d submodule: rewrite `module_list` shell function in C 9 years ago
Paul Tan 783d7e865e builtin-am: remove redirection to git-am.sh 10 years ago
Paul Tan 73c2779f42 builtin-am: implement skeletal builtin am 10 years ago
Eric Sunshine 0ca560cb97 checkout: require worktree unconditionally 10 years ago
Nguyễn Thái Ngọc Duy df0b6cfbda worktree: new place for "git prune --worktrees" 10 years ago