Age | Commit message (Expand) | Author | Files | Lines |
2021-10-15 | gc: perform incremental repack when implictly enabled | Glen Choo | 1 | -4/+24 |
2021-10-11 | Merge branch 'jk/ref-paranoia' | Junio C Hamano | 1 | -1/+5 |
2021-10-06 | Merge branch 'lh/systemd-timers' | Junio C Hamano | 1 | -2/+1 |
2021-09-27 | maintenance: fix test t7900-maintenance.sh | Lénaïc Huard | 1 | -2/+1 |
2021-09-27 | t7900: clean up some more broken refs | Jeff King | 1 | -1/+5 |
2021-09-20 | Merge branch 'lh/systemd-timers' | Junio C Hamano | 1 | -6/+108 |
2021-09-07 | maintenance: add support for systemd timers on Linux | Lénaïc Huard | 1 | -6/+61 |
2021-09-07 | maintenance: `git maintenance run` learned `--scheduler=<scheduler>` | Lénaïc Huard | 1 | -4/+51 |
2021-08-24 | maintenance: skip bootout/bootstrap when plist is registered | Derrick Stolee | 1 | -0/+17 |
2021-07-13 | Merge branch 'hn/prep-tests-for-reftable' | Junio C Hamano | 1 | -2/+0 |
2021-06-02 | t7900: stop checking for loose refs | Han-Wen Nienhuys | 1 | -2/+0 |
2021-04-16 | maintenance: respect remote.*.skipFetchAll | Derrick Stolee | 1 | -1/+7 |
2021-04-16 | maintenance: use 'git fetch --prefetch' | Derrick Stolee | 1 | -7/+7 |
2021-02-23 | maintenance: fix incorrect `maintenance.repo` path with bare repository | Eric Sunshine | 1 | -0/+13 |
2021-02-09 | maintenance: incremental strategy runs pack-refs weekly | Derrick Stolee | 1 | -0/+14 |
2021-02-09 | maintenance: add pack-refs task | Derrick Stolee | 1 | -0/+12 |
2021-01-20 | t7900: clean up some broken refs | Derrick Stolee | 1 | -0/+7 |
2021-01-20 | maintenance: set log.excludeDecoration durin prefetch | Derrick Stolee | 1 | -1/+25 |
2021-01-15 | Merge branch 'ds/maintenance-part-4' | Junio C Hamano | 1 | -5/+101 |
2021-01-05 | maintenance: use Windows scheduled tasks | Derrick Stolee | 1 | -0/+37 |
2021-01-05 | maintenance: use launchctl on macOS | Derrick Stolee | 1 | -0/+59 |
2020-12-21 | t7900-maintenance: test for magic markers | Martin Ågren | 1 | -0/+9 |
2020-12-21 | gc: fix handling of crontab magic markers | Martin Ågren | 1 | -0/+7 |
2020-12-17 | Merge branch 'js/t7900-protect-pwd-in-config-get' | Junio C Hamano | 1 | -2/+2 |
2020-12-09 | t7900: use --fixed-value in git-maintenance tests | Josh Steadmon | 1 | -2/+2 |
2020-12-08 | Merge branch 'rs/maintenance-run-outside-repo' | Junio C Hamano | 1 | -0/+8 |
2020-12-08 | Merge branch 'ds/maintenance-part-2' | Junio C Hamano | 1 | -2/+4 |
2020-12-08 | t7900: fix typo: "test_execpt_success" | Josh Steadmon | 1 | -1/+1 |
2020-12-02 | t7900: speed up expensive test | Jeff King | 1 | -2/+4 |
2020-11-30 | maintenance: fix SEGFAULT when no repository | Rafael Silva | 1 | -0/+8 |
2020-11-25 | maintenance: use 'git config --fixed-value' | Derrick Stolee | 1 | -0/+12 |
2020-11-24 | maintenance: extract platform-specific scheduling | Derrick Stolee | 1 | -4/+4 |
2020-11-18 | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 1 | -1/+158 |
2020-11-02 | Merge branch 'ds/maintenance-commit-graph-auto-fix' | Junio C Hamano | 1 | -0/+37 |
2020-10-16 | maintenance: use 'incremental' strategy by default | Derrick Stolee | 1 | -4/+16 |
2020-10-16 | maintenance: create maintenance.strategy config | Derrick Stolee | 1 | -0/+49 |
2020-10-12 | maintenance: core.commitGraph=false prevents writes | Derrick Stolee | 1 | -0/+8 |
2020-10-08 | maintenance: test commit-graph auto condition | Derrick Stolee | 1 | -0/+29 |
2020-09-25 | maintenance: add start/stop subcommands | Derrick Stolee | 1 | -0/+28 |
2020-09-25 | maintenance: add [un]register subcommands | Derrick Stolee | 1 | -1/+16 |
2020-09-25 | maintenance: add --schedule option and config | Derrick Stolee | 1 | -0/+40 |
2020-09-25 | maintenance: optionally skip --auto process | Derrick Stolee | 1 | -0/+13 |
2020-09-25 | maintenance: add incremental-repack auto condition | Derrick Stolee | 1 | -0/+28 |
2020-09-25 | maintenance: auto-size incremental-repack batch | Derrick Stolee | 1 | -2/+34 |
2020-09-25 | maintenance: add incremental-repack task | Derrick Stolee | 1 | -0/+38 |
2020-09-25 | maintenance: create auto condition for loose-objects | Derrick Stolee | 1 | -0/+22 |
2020-09-25 | maintenance: add loose-objects task | Derrick Stolee | 1 | -0/+39 |
2020-09-25 | maintenance: add prefetch task | Derrick Stolee | 1 | -0/+26 |
2020-09-17 | maintenance: use pointers to check --auto | Derrick Stolee | 1 | -1/+1 |
2020-09-17 | maintenance: create maintenance.<task>.enabled config | Derrick Stolee | 1 | -0/+8 |