summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)Author
2020-12-21gc: fix handling of crontab magic markersMartin Ågren
2020-12-08Merge branch 'rs/maintenance-run-outside-repo'Junio C Hamano
2020-12-08Merge branch 'ds/maintenance-part-3'Junio C Hamano
2020-11-30Merge branch 'ab/gc-keep-base-option'Junio C Hamano
2020-11-30maintenance: fix SEGFAULT when no repositoryRafael Silva
2020-11-25maintenance: use 'git config --fixed-value'Derrick Stolee
2020-11-21gc: rename keep_base_pack variable for --keep-largest-packÆvar Arnfjörð Bjarmason
2020-11-18gc: fix cast in compare_tasks_by_selection()René Scharfe
2020-11-18Merge branch 'ds/maintenance-part-3'Junio C Hamano
2020-11-11Merge branch 'rs/clear-commit-marks-in-repo'Junio C Hamano
2020-11-02Merge branch 'ds/maintenance-commit-graph-auto-fix'Junio C Hamano
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe
2020-10-16maintenance: use 'incremental' strategy by defaultDerrick Stolee
2020-10-16maintenance: create maintenance.strategy configDerrick Stolee
2020-10-12maintenance: core.commitGraph=false prevents writesDerrick Stolee
2020-10-08maintenance: test commit-graph auto conditionDerrick Stolee
2020-09-25maintenance: add start/stop subcommandsDerrick Stolee
2020-09-25maintenance: add [un]register subcommandsDerrick Stolee
2020-09-25maintenance: add --schedule option and configDerrick Stolee
2020-09-25maintenance: add incremental-repack auto conditionDerrick Stolee
2020-09-25maintenance: auto-size incremental-repack batchDerrick Stolee
2020-09-25maintenance: add incremental-repack taskDerrick Stolee
2020-09-25maintenance: create auto condition for loose-objectsDerrick Stolee
2020-09-25maintenance: add loose-objects taskDerrick Stolee
2020-09-25maintenance: add prefetch taskDerrick Stolee
2020-09-17maintenance: add trace2 regions for task executionDerrick Stolee
2020-09-17maintenance: add auto condition for commit-graph taskDerrick Stolee
2020-09-17maintenance: use pointers to check --autoDerrick Stolee
2020-09-17maintenance: create maintenance.<task>.enabled configDerrick Stolee
2020-09-17maintenance: take a lock on the objects directoryDerrick Stolee
2020-09-17maintenance: add --task optionDerrick Stolee
2020-09-17maintenance: add commit-graph taskDerrick Stolee
2020-09-17maintenance: initialize task arrayDerrick Stolee
2020-09-17maintenance: add --quiet optionDerrick Stolee
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-06-20commit-graph: create options for split filesDerrick Stolee