summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)Author
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
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason
2018-08-20treewide: use get_all_packsDerrick Stolee
2018-08-02Merge branch 'kg/gc-auto-windows-workaround'Junio C Hamano
2018-07-17gc: do not return error for prior errors in daemonized modeJonathan Nieder
2018-07-17gc: exit with status 128 on failureJonathan Nieder
2018-07-17gc: improve handling of errors reading gc.logJonathan Nieder
2018-07-09gc --auto: release pack files before auto packingKim Gybels
2018-06-27gc: automatically write commit-graph filesDerrick Stolee
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-23Merge branch 'nd/repack-keep-pack'Junio C Hamano
2018-05-10lock_file: make function-local locks non-staticMartin Ågren