aboutsummaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)Author
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-12Merge branch 'zh/gc-expire-to'Junio C Hamano
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano
2025-01-24gc: add `--expire-to` optionZheNing Hu
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...Junio C Hamano
2024-12-04Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands'Junio C Hamano
2024-12-04Merge branch 'ps/gc-stale-lock-warning'Junio C Hamano
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-11-20Merge branch 'ps/maintenance-start-crash-fix' into maint-2.47Junio C Hamano
2024-11-20builtin/gc: provide hint when maintenance hits a stale schedule lockPatrick Steinhardt
2024-10-18Merge branch 'ps/maintenance-start-crash-fix'Taylor Blau
2024-10-10builtin/gc: fix crash when running `git maintenance start`Patrick Steinhardt
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano
2024-09-30Merge branch 'ds/background-maintenance-with-credential'Junio C Hamano
2024-09-27builtin/maintenance: fix leak in `get_schedule_cmd()`Patrick Steinhardt
2024-09-27builtin/maintenance: fix leaking config stringPatrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-20maintenance: add custom config to background jobsDerrick Stolee
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt
2024-09-06Merge branch 'jk/maybe-unused-cleanup'Junio C Hamano
2024-08-29gc: drop MAYBE_UNUSED annotation from used parameterJeff King
2024-08-28gc: mark unused config parameter in virtual functionsJeff King
2024-08-26Merge branch 'ps/maintenance-detach-fix-more'Junio C Hamano
2024-08-26Merge branch 'ps/maintenance-detach-fix'Junio C Hamano
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-21builtin/maintenance: fix loose objects task emitting pack hashPatrick Steinhardt
2024-08-21t7900: exercise detaching via trace2 regionsPatrick Steinhardt
2024-08-16run-command: fix detaching when running auto maintenancePatrick Steinhardt
2024-08-16builtin/maintenance: add a `--detach` flagPatrick Steinhardt
2024-08-16builtin/gc: add a `--detach` flagPatrick Steinhardt
2024-08-16builtin/gc: stop processing log file on signalPatrick Steinhardt
2024-08-16builtin/gc: fix leaking config valuesPatrick Steinhardt
2024-08-16builtin/gc: refactor to read config into structurePatrick Steinhardt
2024-08-16config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt
2024-08-13config: pass repo to `git_config_get_expiry()`Patrick Steinhardt
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-30Merge branch 'js/for-each-repo-keep-going'Junio C Hamano