]> git.ipfire.org Git - thirdparty/git.git/commit
maintenance: incremental strategy runs pack-refs weekly
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 9 Feb 2021 13:42:29 +0000 (13:42 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 07:09:29 +0000 (23:09 -0800)
commitacc1c4d5d4c80c4fd93aaa151caa5593656600ae
tree406750d787e4ed5de65990a493247eaecf64c278
parent41abfe15d95ede4c2a047180a6062eac23d8f7d6
maintenance: incremental strategy runs pack-refs weekly

When the 'maintenance.strategy' config option is set to 'incremental',
a default maintenance schedule is enabled. Add the 'pack-refs' task to
that strategy at the weekly cadence.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/maintenance.txt
builtin/gc.c
t/t7900-maintenance.sh