summaryrefslogtreecommitdiff
path: root/builtin/gc.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-18gc: fix cast in compare_tasks_by_selection()Libravatar René Scharfe1-4/+2
2020-11-18Merge branch 'ds/maintenance-part-3'Libravatar Junio C Hamano1-6/+275
2020-11-11Merge branch 'rs/clear-commit-marks-in-repo'Libravatar Junio C Hamano1-1/+1
2020-11-02Merge branch 'ds/maintenance-commit-graph-auto-fix'Libravatar Junio C Hamano1-1/+11
2020-10-31object: allow clear_commit_marks_all to handle any repoLibravatar René Scharfe1-1/+1
2020-10-16maintenance: use 'incremental' strategy by defaultLibravatar Derrick Stolee1-0/+10
2020-10-16maintenance: create maintenance.strategy configLibravatar Derrick Stolee1-2/+26
2020-10-12maintenance: core.commitGraph=false prevents writesLibravatar Derrick Stolee1-0/+4
2020-10-08maintenance: test commit-graph auto conditionLibravatar Derrick Stolee1-1/+7
2020-09-25maintenance: add start/stop subcommandsLibravatar Derrick Stolee1-0/+124
2020-09-25maintenance: add [un]register subcommandsLibravatar Derrick Stolee1-1/+54
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