summaryrefslogtreecommitdiff
path: root/t/t7900-maintenance.sh
Commit message (Expand)AuthorAgeFilesLines
* config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-5/+20
* config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason2023-03-281-0/+23
* maintenance: add option to register in a specific configRonan Pigott2022-11-141-1/+20
* maintenance: add 'unregister --force'Derrick Stolee2022-09-271-1/+10
* Merge branch 'sg/parse-options-subcommand'Junio C Hamano2022-09-011-4/+6
|\
| * builtin/gc.c: let parse-options parse 'git maintenance's subcommandsSZEDER Gábor2022-08-191-4/+6
* | maintenance: stop writing log.excludeDecorationDerrick Stolee2022-08-051-21/+0
|/
* gc: perform incremental repack when implictly enabledGlen Choo2021-10-151-4/+24
* Merge branch 'jk/ref-paranoia'Junio C Hamano2021-10-111-1/+5
|\
| * t7900: clean up some more broken refsJeff King2021-09-271-1/+5
* | Merge branch 'lh/systemd-timers'Junio C Hamano2021-10-061-2/+1
|\ \ | |/ |/|
| * maintenance: fix test t7900-maintenance.shLénaïc Huard2021-09-271-2/+1
* | Merge branch 'lh/systemd-timers'Junio C Hamano2021-09-201-6/+108
|\ \ | |/
| * maintenance: add support for systemd timers on LinuxLénaïc Huard2021-09-071-6/+61
| * maintenance: `git maintenance run` learned `--scheduler=<scheduler>`Lénaïc Huard2021-09-071-4/+51
* | maintenance: skip bootout/bootstrap when plist is registeredDerrick Stolee2021-08-241-0/+17
* | Merge branch 'hn/prep-tests-for-reftable'Junio C Hamano2021-07-131-2/+0
|\ \ | |/ |/|
| * t7900: stop checking for loose refsHan-Wen Nienhuys2021-06-021-2/+0
* | maintenance: respect remote.*.skipFetchAllDerrick Stolee2021-04-161-1/+7
* | maintenance: use 'git fetch --prefetch'Derrick Stolee2021-04-161-7/+7
|/
* maintenance: fix incorrect `maintenance.repo` path with bare repositoryEric Sunshine2021-02-231-0/+13
* maintenance: incremental strategy runs pack-refs weeklyDerrick Stolee2021-02-091-0/+14
* maintenance: add pack-refs taskDerrick Stolee2021-02-091-0/+12
* t7900: clean up some broken refsDerrick Stolee2021-01-201-0/+7
* maintenance: set log.excludeDecoration durin prefetchDerrick Stolee2021-01-201-1/+25
* Merge branch 'ds/maintenance-part-4'Junio C Hamano2021-01-151-5/+101
|\
| * maintenance: use Windows scheduled tasksDerrick Stolee2021-01-051-0/+37
| * maintenance: use launchctl on macOSDerrick Stolee2021-01-051-0/+59
| * maintenance: extract platform-specific schedulingDerrick Stolee2020-11-241-4/+4
* | t7900-maintenance: test for magic markersMartin Ågren2020-12-211-0/+9
* | gc: fix handling of crontab magic markersMartin Ågren2020-12-211-0/+7
* | Merge branch 'js/t7900-protect-pwd-in-config-get'Junio C Hamano2020-12-171-2/+2
|\ \
| * | t7900: use --fixed-value in git-maintenance testsJosh Steadmon2020-12-091-2/+2
* | | Merge branch 'rs/maintenance-run-outside-repo'Junio C Hamano2020-12-081-0/+8
|\ \ \
| * | | t7900: fix typo: "test_execpt_success"Josh Steadmon2020-12-081-1/+1
| * | | maintenance: fix SEGFAULT when no repositoryRafael Silva2020-11-301-0/+8
* | | | Merge branch 'ds/maintenance-part-2'Junio C Hamano2020-12-081-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | t7900: speed up expensive testJeff King2020-12-021-2/+4
* | | | maintenance: use 'git config --fixed-value'Derrick Stolee2020-11-251-0/+12
| |/ / |/| |
* | | Merge branch 'ds/maintenance-part-3'Junio C Hamano2020-11-181-1/+158
|\ \ \ | | |/ | |/|
| * | maintenance: use 'incremental' strategy by defaultDerrick Stolee2020-10-161-4/+16
| * | maintenance: create maintenance.strategy configDerrick Stolee2020-10-161-0/+49
| * | maintenance: add start/stop subcommandsDerrick Stolee2020-09-251-0/+28
| * | maintenance: add [un]register subcommandsDerrick Stolee2020-09-251-1/+16
| * | maintenance: add --schedule option and configDerrick Stolee2020-09-251-0/+40
| * | maintenance: optionally skip --auto processDerrick Stolee2020-09-251-0/+13
| |/
* | Merge branch 'ds/maintenance-commit-graph-auto-fix'Junio C Hamano2020-11-021-0/+37
|\ \ | |/ |/|
| * maintenance: core.commitGraph=false prevents writesDerrick Stolee2020-10-121-0/+8
| * maintenance: test commit-graph auto conditionDerrick Stolee2020-10-081-0/+29
* | maintenance: add incremental-repack auto conditionDerrick Stolee2020-09-251-0/+28