summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-25maintenance: add --schedule option and configLibravatar Derrick Stolee1-3/+61
2020-09-25maintenance: add incremental-repack auto conditionLibravatar Derrick Stolee1-0/+31
2020-09-25maintenance: auto-size incremental-repack batchLibravatar Derrick Stolee1-1/+42
2020-09-25maintenance: add incremental-repack taskLibravatar Derrick Stolee1-0/+76
2020-09-25maintenance: create auto condition for loose-objectsLibravatar Derrick Stolee1-0/+30
2020-09-25maintenance: add loose-objects taskLibravatar Derrick Stolee1-0/+97
2020-09-25maintenance: add prefetch taskLibravatar Derrick Stolee1-0/+51
2020-09-17maintenance: add trace2 regions for task executionLibravatar Derrick Stolee1-0/+2
2020-09-17maintenance: add auto condition for commit-graph taskLibravatar Derrick Stolee1-0/+82
2020-09-17maintenance: use pointers to check --autoLibravatar Derrick Stolee1-0/+16
2020-09-17maintenance: create maintenance.<task>.enabled configLibravatar Derrick Stolee1-0/+19
2020-09-17maintenance: take a lock on the objects directoryLibravatar Derrick Stolee1-0/+20
2020-09-17maintenance: add --task optionLibravatar Derrick Stolee1-3/+63
2020-09-17maintenance: add commit-graph taskLibravatar Derrick Stolee1-0/+30
2020-09-17maintenance: initialize task arrayLibravatar Derrick Stolee1-1/+42
2020-09-17maintenance: add --quiet optionLibravatar Derrick Stolee1-1/+10
2020-09-17maintenance: create basic maintenance runnerLibravatar Derrick Stolee1-0/+58
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-12/+12
2020-07-28strvec: fix indentation in renamed callsLibravatar Jeff King1-1/+1
2020-07-28strvec: convert builtin/ callers away from argv_array nameLibravatar Jeff King1-25/+25
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau1-1/+1
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren1-2/+2
2019-09-18Merge branch 'cc/multi-promisor'Libravatar Junio C Hamano1-1/+2
2019-09-09Merge branch 'ds/feature-macros'Libravatar Junio C Hamano1-7/+5
2019-08-13repo-settings: consolidate some config settingsLibravatar Derrick Stolee1-7/+5
2019-08-05commit-graph: turn a group of write-related macro flags into an enumLibravatar SZEDER Gábor1-1/+1
2019-07-19Merge branch 'ds/commit-graph-incremental'Libravatar Junio C Hamano1-1/+2
2019-07-09Merge branch 'ds/close-object-store'Libravatar Junio C Hamano1-2/+2
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Libravatar Junio C Hamano1-3/+4
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Libravatar Christian Couder1-1/+2
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee1-1/+2
2019-06-12packfile: rename close_all_packs to close_object_storeLibravatar Derrick Stolee1-2/+2
2019-06-12commit-graph: collapse parameters into flagsLibravatar Derrick Stolee1-2/+2
2019-06-12commit-graph: return with errors during writeLibravatar Derrick Stolee1-3/+4
2019-04-01gc: handle & check gc.reflogExpire configLibravatar Ævar Arnfjörð Bjarmason1-0/+17
2019-03-18gc: refactor a "call me once" patternLibravatar Ævar Arnfjörð Bjarmason1-3/+9
2019-03-18gc: convert to using the_hash_algoLibravatar Ævar Arnfjörð Bjarmason1-2/+3
2019-03-14gc: remove redundant check for gc_auto_thresholdLibravatar Ævar Arnfjörð Bjarmason1-3/+0
2019-01-18Merge branch 'js/gc-repack-close-before-remove'Libravatar Junio C Hamano1-1/+3
2019-01-11gc/repack: release packs when neededLibravatar Johannes Schindelin1-1/+3
2018-12-09Indent code with TABsLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-10-16Merge branch 'jn/gc-auto'Libravatar Junio C Hamano1-6/+27
2018-10-16Merge branch 'jn/gc-auto-prep'Libravatar Junio C Hamano1-22/+18
2018-10-16Merge branch 'ab/commit-graph-progress'Libravatar Junio C Hamano1-1/+2
2018-09-20gc: fix regression in 7b0f229222 impacting --quietLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-09-17commit-graph write: add progress outputLibravatar Ævar Arnfjörð Bjarmason1-1/+2
2018-08-20treewide: use get_all_packsLibravatar Derrick Stolee1-2/+2
2018-08-02Merge branch 'kg/gc-auto-windows-workaround'Libravatar Junio C Hamano1-0/+1
2018-07-17gc: do not return error for prior errors in daemonized modeLibravatar Jonathan Nieder1-6/+27