summaryrefslogtreecommitdiff
path: root/t/t7900-maintenance.sh
AgeCommit message (Expand)Author
2021-10-11Merge branch 'jk/ref-paranoia'Junio C Hamano
2021-10-06Merge branch 'lh/systemd-timers'Junio C Hamano
2021-09-27maintenance: fix test t7900-maintenance.shLénaïc Huard
2021-09-27t7900: clean up some more broken refsJeff King
2021-09-20Merge branch 'lh/systemd-timers'Junio C Hamano
2021-09-07maintenance: add support for systemd timers on LinuxLénaïc Huard
2021-09-07maintenance: `git maintenance run` learned `--scheduler=<scheduler>`Lénaïc Huard
2021-08-24maintenance: skip bootout/bootstrap when plist is registeredDerrick Stolee
2021-07-13Merge branch 'hn/prep-tests-for-reftable'Junio C Hamano
2021-06-02t7900: stop checking for loose refsHan-Wen Nienhuys
2021-04-16maintenance: respect remote.*.skipFetchAllDerrick Stolee
2021-04-16maintenance: use 'git fetch --prefetch'Derrick Stolee
2021-02-23maintenance: fix incorrect `maintenance.repo` path with bare repositoryEric Sunshine
2021-02-10maintenance: incremental strategy runs pack-refs weeklyDerrick Stolee
2021-02-10maintenance: add pack-refs taskDerrick Stolee
2021-01-21t7900: clean up some broken refsDerrick Stolee
2021-01-21maintenance: set log.excludeDecoration durin prefetchDerrick Stolee
2021-01-16Merge branch 'ds/maintenance-part-4'Junio C Hamano
2021-01-05maintenance: use Windows scheduled tasksDerrick Stolee
2021-01-05maintenance: use launchctl on macOSDerrick Stolee
2020-12-21t7900-maintenance: test for magic markersMartin Ågren
2020-12-21gc: fix handling of crontab magic markersMartin Ågren
2020-12-17Merge branch 'js/t7900-protect-pwd-in-config-get'Junio C Hamano
2020-12-10t7900: use --fixed-value in git-maintenance testsJosh Steadmon
2020-12-08Merge branch 'rs/maintenance-run-outside-repo'Junio C Hamano
2020-12-08Merge branch 'ds/maintenance-part-2'Junio C Hamano
2020-12-08t7900: fix typo: "test_execpt_success"Josh Steadmon
2020-12-02t7900: speed up expensive testJeff King
2020-11-30maintenance: fix SEGFAULT when no repositoryRafael Silva
2020-11-25maintenance: use 'git config --fixed-value'Derrick Stolee
2020-11-24maintenance: extract platform-specific schedulingDerrick Stolee
2020-11-18Merge branch 'ds/maintenance-part-3'Junio C Hamano
2020-11-02Merge branch 'ds/maintenance-commit-graph-auto-fix'Junio C Hamano
2020-10-16maintenance: use 'incremental' strategy by defaultDerrick Stolee
2020-10-16maintenance: create maintenance.strategy configDerrick Stolee
2020-10-12maintenance: core.commitGraph=false prevents writesDerrick Stolee
2020-10-08maintenance: test commit-graph auto conditionDerrick Stolee
2020-09-25maintenance: add start/stop subcommandsDerrick Stolee
2020-09-25maintenance: add [un]register subcommandsDerrick Stolee
2020-09-25maintenance: add --schedule option and configDerrick Stolee
2020-09-25maintenance: optionally skip --auto processDerrick Stolee
2020-09-25maintenance: add incremental-repack auto conditionDerrick Stolee
2020-09-25maintenance: auto-size incremental-repack batchDerrick Stolee
2020-09-25maintenance: add incremental-repack taskDerrick Stolee
2020-09-25maintenance: create auto condition for loose-objectsDerrick Stolee
2020-09-25maintenance: add loose-objects taskDerrick Stolee
2020-09-25maintenance: add prefetch taskDerrick Stolee
2020-09-17maintenance: use pointers to check --autoDerrick Stolee
2020-09-17maintenance: create maintenance.<task>.enabled configDerrick Stolee
2020-09-17maintenance: add --task optionDerrick Stolee