560 Commits (38490dd416af41ce65eab0fc91de14009c73d606)

Author SHA1 Message Date
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Dan Jacques 226c0ddd0d exec_cmd: RUNTIME_PREFIX on some POSIX systems 7 years ago
Derrick Stolee 4ce58ee38d commit-graph: create git-commit-graph builtin 7 years ago
Nguyễn Thái Ngọc Duy e954794779 git.c: add hidden option --list-parseopt-builtins 7 years ago
Nguyễn Thái Ngọc Duy 007aa8d834 git.c: move cmd_struct declaration up 7 years ago
Brandon Williams ed10cb952d serve: introduce git-serve 7 years ago
Brandon Williams a3d6b53e92 upload-pack: convert to a builtin 7 years ago
Martin Ågren 32888b8fd5 config: respect `pager.config` in list/get-mode only 7 years ago
Alexander Shopov fc045fe7d4 Mark messages for translations 7 years ago
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