]> git.ipfire.org Git - thirdparty/git.git/commit
t0601: merge tests for auto-packing of refs
authorPatrick Steinhardt <ps@pks.im>
Wed, 4 Sep 2024 08:53:03 +0000 (10:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Sep 2024 15:03:24 +0000 (08:03 -0700)
commitbd51dca36e0afcff36789bd6eb0135ebe66fcd81
tree0dc4ff405b22e263b4043d1cd9b423e40623a449
parentd343068e4abc5e43d1ef1d5fed42bf4d7aa8cff4
t0601: merge tests for auto-packing of refs

We have two tests in t0601 which exercise the same underlying logic,
once via `git pack-refs --auto` and once via `git maintenance run
--auto`. Merge these two tests into one such that it becomes easier to
extend test coverage for both commands at the same time.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0601-reffiles-pack-refs.sh