]> git.ipfire.org Git - thirdparty/git.git/commit
t7900: stop checking for loose refs
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 31 May 2021 16:56:34 +0000 (16:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:01:55 +0000 (10:01 +0900)
commite740873c4778434737e36eecf2a9393abe709a88
tree44710aa3f7a2be4e87ff35f8e29c82e4714b92d1
parentfe8fc09f34c353b744d793d45c2ee62fb1a5f699
t7900: stop checking for loose refs

Given that git-maintenance simply calls out git-pack-refs, it seems superfluous
to test the functionality of pack-refs itself, as that is covered by
t3210-pack-refs.sh.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7900-maintenance.sh