summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)Author
2020-10-16maintenance: use 'incremental' strategy by defaultDerrick Stolee
2020-10-16maintenance: create maintenance.strategy configDerrick 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
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
2019-04-01gc: handle & check gc.reflogExpire configÆvar Arnfjörð Bjarmason
2019-03-18gc: refactor a "call me once" patternÆvar Arnfjörð Bjarmason
2019-03-18gc: convert to using the_hash_algoÆvar Arnfjörð Bjarmason
2019-03-14gc: remove redundant check for gc_auto_thresholdÆvar Arnfjörð Bjarmason
2019-01-18Merge branch 'js/gc-repack-close-before-remove'Junio C Hamano
2019-01-11gc/repack: release packs when neededJohannes Schindelin
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy
2018-10-16Merge branch 'jn/gc-auto'Junio C Hamano
2018-10-16Merge branch 'jn/gc-auto-prep'Junio C Hamano
2018-10-16Merge branch 'ab/commit-graph-progress'Junio C Hamano
2018-09-20gc: fix regression in 7b0f229222 impacting --quietÆvar Arnfjörð Bjarmason