Age | Commit message (Expand) | Author | Files | Lines |
2020-12-21 | gc: fix handling of crontab magic markers | Martin Ågren | 1 | -4/+3 |
2020-12-08 | Merge branch 'rs/maintenance-run-outside-repo' | Junio C Hamano | 1 | -7/+0 |
2020-12-08 | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 1 | -2/+3 |
2020-11-30 | Merge branch 'ab/gc-keep-base-option' | Junio C Hamano | 1 | -4/+4 |
2020-11-30 | maintenance: fix SEGFAULT when no repository | Rafael Silva | 1 | -7/+0 |
2020-11-25 | maintenance: use 'git config --fixed-value' | Derrick Stolee | 1 | -2/+3 |
2020-11-21 | gc: rename keep_base_pack variable for --keep-largest-pack | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
2020-11-18 | gc: fix cast in compare_tasks_by_selection() | René Scharfe | 1 | -4/+2 |
2020-11-18 | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 1 | -6/+275 |
2020-11-11 | Merge branch 'rs/clear-commit-marks-in-repo' | Junio C Hamano | 1 | -1/+1 |
2020-11-02 | Merge branch 'ds/maintenance-commit-graph-auto-fix' | Junio C Hamano | 1 | -1/+11 |
2020-10-31 | object: allow clear_commit_marks_all to handle any repo | René Scharfe | 1 | -1/+1 |
2020-10-16 | maintenance: use 'incremental' strategy by default | Derrick Stolee | 1 | -0/+10 |
2020-10-16 | maintenance: create maintenance.strategy config | Derrick Stolee | 1 | -2/+26 |
2020-10-12 | maintenance: core.commitGraph=false prevents writes | Derrick Stolee | 1 | -0/+4 |
2020-10-08 | maintenance: test commit-graph auto condition | Derrick Stolee | 1 | -1/+7 |
2020-09-25 | maintenance: add start/stop subcommands | Derrick Stolee | 1 | -0/+124 |
2020-09-25 | maintenance: add [un]register subcommands | Derrick Stolee | 1 | -1/+54 |
2020-09-25 | maintenance: add --schedule option and config | Derrick Stolee | 1 | -3/+61 |
2020-09-25 | maintenance: add incremental-repack auto condition | Derrick Stolee | 1 | -0/+31 |
2020-09-25 | maintenance: auto-size incremental-repack batch | Derrick Stolee | 1 | -1/+42 |
2020-09-25 | maintenance: add incremental-repack task | Derrick Stolee | 1 | -0/+76 |
2020-09-25 | maintenance: create auto condition for loose-objects | Derrick Stolee | 1 | -0/+30 |
2020-09-25 | maintenance: add loose-objects task | Derrick Stolee | 1 | -0/+97 |
2020-09-25 | maintenance: add prefetch task | Derrick Stolee | 1 | -0/+51 |
2020-09-17 | maintenance: add trace2 regions for task execution | Derrick Stolee | 1 | -0/+2 |
2020-09-17 | maintenance: add auto condition for commit-graph task | Derrick Stolee | 1 | -0/+82 |
2020-09-17 | maintenance: use pointers to check --auto | Derrick Stolee | 1 | -0/+16 |
2020-09-17 | maintenance: create maintenance.<task>.enabled config | Derrick Stolee | 1 | -0/+19 |
2020-09-17 | maintenance: take a lock on the objects directory | Derrick Stolee | 1 | -0/+20 |
2020-09-17 | maintenance: add --task option | Derrick Stolee | 1 | -3/+63 |
2020-09-17 | maintenance: add commit-graph task | Derrick Stolee | 1 | -0/+30 |
2020-09-17 | maintenance: initialize task array | Derrick Stolee | 1 | -1/+42 |
2020-09-17 | maintenance: add --quiet option | Derrick Stolee | 1 | -1/+10 |
2020-09-17 | maintenance: create basic maintenance runner | Derrick Stolee | 1 | -0/+58 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -12/+12 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -25/+25 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-02-04 | commit-graph.h: store an odb in 'struct write_commit_graph_context' | Taylor Blau | 1 | -1/+1 |
2019-11-10 | Fix spelling errors in code comments | Elijah Newren | 1 | -2/+2 |
2019-09-18 | Merge branch 'cc/multi-promisor' | Junio C Hamano | 1 | -1/+2 |
2019-09-09 | Merge branch 'ds/feature-macros' | Junio C Hamano | 1 | -7/+5 |
2019-08-13 | repo-settings: consolidate some config settings | Derrick Stolee | 1 | -7/+5 |
2019-08-05 | commit-graph: turn a group of write-related macro flags into an enum | SZEDER Gábor | 1 | -1/+1 |
2019-07-19 | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 1 | -1/+2 |
2019-07-09 | Merge branch 'ds/close-object-store' | Junio C Hamano | 1 | -2/+2 |
2019-07-09 | Merge branch 'ds/commit-graph-write-refactor' | Junio C Hamano | 1 | -3/+4 |
2019-06-25 | Use promisor_remote_get_direct() and has_promisor_remote() | Christian Couder | 1 | -1/+2 |
2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -1/+2 |