aboutsummaryrefslogtreecommitdiffstats
path: root/git.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-03backfill: add builtin boilerplateDerrick Stolee1-0/+1
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-0/+2
2025-01-22builtin/pack-redundant: remove subcommand with breaking changesPatrick Steinhardt1-0/+2
2024-12-18trace: stop using `the_repository`Patrick Steinhardt1-1/+1
2024-12-18pager: stop using `the_repository`Patrick Steinhardt1-4/+4
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-20/+13
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-21help: fix leaking return value from `help_unknown_cmd()`Patrick Steinhardt1-1/+3
2024-11-21git: refactor builtin handling to use a `struct strvec`Patrick Steinhardt1-35/+31
2024-11-21git: refactor alias handling to use a `struct strvec`Patrick Steinhardt1-26/+32
2024-10-25Merge branch 'jc/a-commands-without-the-repo'Taylor Blau1-3/+4
2024-10-11git: pass in repo to builtin based on setup_git_directory_gentlyJohn Cai1-3/+4
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano1-3/+19
2024-09-27git: fix leaking argv when handling builtinsPatrick Steinhardt1-3/+19
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-6/+6
2024-08-14git: fix leaking system pathsPatrick Steinhardt1-3/+10
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-06builtin/refs: new command to migrate ref storage formatsPatrick Steinhardt1-0/+1
2024-05-03advice: add --no-advice global optionJames Liu1-2/+7
2024-05-03doc: clean up usage documentation for --no-* optsJames Liu1-3/+3
2024-03-18Merge branch 'jh/trace2-missing-def-param-fix'Junio C Hamano1-6/+0
2024-03-07Merge branch 'jc/no-lazy-fetch'Junio C Hamano1-0/+6
2024-03-07trace2: emit 'def_param' set with 'cmd_name' eventJeff Hostetler1-6/+0
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano1-0/+3
2024-02-13git: --no-lazy-fetch optionJunio C Hamano1-0/+3
2023-11-26replay: introduce new builtinElijah Newren1-0/+1
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-0/+1
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai1-0/+16
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+3
2023-04-11Merge branch 'ws/sparse-check-rules'Junio C Hamano1-1/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+2
2023-03-27builtin/sparse-checkout: remove NEED_WORK_TREE flagWilliam Sprent1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-0/+1
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2023-02-21trace.c, git.c: remove unnecessary parameter to trace_repo_setup()idriss fekir1-1/+1
2023-01-23Merge branch 'ab/test-env-helper'Junio C Hamano1-1/+0
2023-01-14env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason1-1/+0
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-32/+5
2022-12-26submodule--helper: convert "{update,clone}" to their own "--super-prefix"Ævar Arnfjörð Bjarmason1-1/+1
2022-12-26submodule--helper: don't use global --super-prefix in "absorbgitdirs"Ævar Arnfjörð Bjarmason1-1/+1
2022-12-14Merge branch 'dd/git-bisect-builtin'Junio C Hamano1-1/+1
2022-11-23Merge branch 'ab/submodule-helper-prep-only'Junio C Hamano1-1/+1
2022-11-11Turn `git bisect` into a full built-inJohannes Schindelin1-1/+1