summaryrefslogtreecommitdiffstats
path: root/t/t7900-maintenance.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* maintenance: use XDG config if it existsKristoffer Haugsbakk2024-01-181-0/+45
* Merge branch 'ps/ref-tests-update'Junio C Hamano2023-12-101-1/+2
|\
| * t7900: assert the absence of refs via git-for-each-ref(1)Patrick Steinhardt2023-11-031-1/+2
* | Merge branch 'jc/test-i18ngrep'Junio C Hamano2023-11-081-12/+12
|\ \ | |/ |/|
| * tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-12/+12
* | maintenance: update schedule before configDerrick Stolee2023-08-101-0/+13
* | maintenance: use random minute in systemd schedulerDerrick Stolee2023-08-101-2/+13
|/
* 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-151-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-281-2/+1
* | Merge branch 'lh/systemd-timers'Junio C Hamano2021-09-211-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-141-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-101-0/+14
* maintenance: add pack-refs taskDerrick Stolee2021-02-101-0/+12
* t7900: clean up some broken refsDerrick Stolee2021-01-211-0/+7
* maintenance: set log.excludeDecoration durin prefetchDerrick Stolee2021-01-211-1/+25
* Merge branch 'ds/maintenance-part-4'Junio C Hamano2021-01-161-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-181-2/+2
|\ \
| * | t7900: use --fixed-value in git-maintenance testsJosh Steadmon2020-12-101-2/+2
* | | Merge branch 'rs/maintenance-run-outside-repo'Junio C Hamano2020-12-091-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-091-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | t7900: speed up expensive testJeff King2020-12-021-2/+4
* | | | maintenance: use 'git config --fixed-value'Derrick Stolee2020-11-261-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