summaryrefslogtreecommitdiff
path: root/t/t7900-maintenance.sh
AgeCommit message (Expand)Author
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
2020-09-17maintenance: add commit-graph taskDerrick Stolee
2020-09-17maintenance: add --quiet optionDerrick Stolee
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee