summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2024-11-21help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt
2024-11-21git: refactor alias handling to use a `struct strvec`Patrick Steinhardt
2024-10-25Merge branch 'jc/a-commands-without-the-repo'Taylor Blau
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-14git: fix leaking system pathsPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-06builtin/refs: new command to migrate ref storage formatsPatrick Steinhardt
2024-05-03advice: add --no-advice global optionJames Liu
2024-05-03doc: clean up usage documentation for --no-* optsJames Liu
2024-03-18Merge branch 'jh/trace2-missing-def-param-fix'Junio C Hamano
2024-03-07Merge branch 'jc/no-lazy-fetch'Junio C Hamano
2024-03-07trace2: emit 'def_param' set with 'cmd_name' eventJeff Hostetler
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano
2024-02-13git: --no-lazy-fetch optionJunio C Hamano
2023-11-26replay: introduce new builtinElijah Newren
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-12repository: create disable_replace_refs()Derrick Stolee
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11Merge branch 'ws/sparse-check-rules'Junio C Hamano
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-27builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren
2023-02-21trace.c, git.c: remove unnecessary parameter to trace_repo_setup()idriss fekir
2023-01-23Merge branch 'ab/test-env-helper'Junio C Hamano
2023-01-14env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-12-26submodule--helper: convert "{update,clone}" to their own "--super-prefix"Ævar Arnfjörð Bjarmason
2022-12-26submodule--helper: don't use global --super-prefix in "absorbgitdirs"Ævar Arnfjörð Bjarmason
2022-12-14Merge branch 'dd/git-bisect-builtin'Junio C Hamano
2022-11-23Merge branch 'ab/submodule-helper-prep-only'Junio C Hamano
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin
2022-11-08submodule--helper: use OPT_SUBCOMMAND() APIÆvar Arnfjörð Bjarmason
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-21Merge branch 'ds/cmd-main-reorder'Junio C Hamano
2022-10-08git.c: improve code readability in cmd_main()Daniel Sonbolian
2022-09-01Merge branch 'sg/parse-options-subcommand'Junio C Hamano
2022-08-19builtin/worktree.c: let parse-options parse subcommandsSZEDER Gábor
2022-08-19builtin/gc.c: let parse-options parse 'git maintenance's subcommandsSZEDER Gábor