summaryrefslogtreecommitdiff
path: root/builtin/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | Merge branch 'tb/ban-strtok'Junio C Hamano2023-05-021-2/+2
|\ \
| * | string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau2023-04-241-2/+2
* | | Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano2023-04-281-6/+2
|\ \ \
| * | | builtin/gc.c: make `gc.cruftPacks` enabled by defaultTaylor Blau2023-04-181-5/+1
| * | | builtin/gc.c: ignore cruft packs with `--keep-largest-pack`Taylor Blau2023-04-181-1/+1
| |/ /
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\ \ \ | |/ / |/| / | |/
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+4
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+5
|\ \ \ | |/ /
| * | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+4
|\ \ \ | | |/ | |/|
| * | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
* | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-10/+5
|\ \ \ | |_|/ |/| |
| * | config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-3/+3
| * | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-6/+4
| * | config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason2023-03-281-4/+1
| |/
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-7/+7
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-7/+7
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'rp/maintenance-qol'Junio C Hamano2022-11-231-13/+32
|\
| * builtin/gc.c: fix use-after-free in maintenance_unregister()Taylor Blau2022-11-151-3/+2
| * maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statementÆvar Arnfjörð Bjarmason2022-11-151-2/+3
| * maintenance: add option to register in a specific configRonan Pigott2022-11-141-13/+32
* | Merge branch 'rs/no-more-run-command-v'Taylor Blau2022-11-081-18/+37
|\ \
| * | replace and remove run_command_v_opt()René Scharfe2022-10-301-9/+32
| * | use child_process members "args" and "env" directlyRené Scharfe2022-10-301-9/+5
* | | Merge branch 'es/mark-gc-cruft-as-experimental'Taylor Blau2022-11-081-2/+5
|\ \ \ | |_|/ |/| |
| * | config: let feature.experimental imply gc.cruftPacks=trueEmily Shaffer2022-10-261-2/+5
* | | Merge branch 'jk/unused-anno-more'Junio C Hamano2022-10-271-1/+1
|\ \ \ | |_|/ |/| |
| * | string-list: mark unused callback parametersJeff King2022-10-171-1/+1
* | | Merge branch 'rs/gc-pack-refs-simplify'Junio C Hamano2022-10-111-9/+2
|\ \ \
| * | | gc: simplify maintenance_task_pack_refs()René Scharfe2022-10-051-9/+2
| |/ /
* | | gc: replace config subprocesses with API callsDerrick Stolee2022-09-271-31/+44
* | | maintenance: add 'unregister --force'Derrick Stolee2022-09-271-6/+29
|/ /
* | Merge branch 'sg/parse-options-subcommand'Junio C Hamano2022-09-211-3/+3
|\ \
| * | gc: don't translate literal commandsAlex Henrie2022-09-211-3/+3
* | | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\ \ \
| * | | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-2/+3
|\ \ \ \ | |/ / /
| * | | refs: mark unused each_ref_fn parametersJeff King2022-08-191-2/+3
| | |/ | |/|
* | | Merge branch 'bc/gc-crontab-fix'Junio C Hamano2022-09-051-16/+23
|\ \ \