]> git.ipfire.org Git - thirdparty/git.git/commit
t1404: mark tests that muck with .git directly as REFFILES.
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 31 May 2021 16:56:33 +0000 (16:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:01:55 +0000 (10:01 +0900)
commitfe8fc09f34c353b744d793d45c2ee62fb1a5f699
tree6b0068947e0c289ebefe8a4723eaff41dfabdc63
parenta5709636d9958b78ed6cd708ac1c5f80f4b9dc91
t1404: mark tests that muck with .git directly as REFFILES.

The packed/loose ref storage is an overlay combination of packed-refs (refs and
tags in a single file) and one-file-per-ref. This creates all kinds of edge
cases related to directory/file conflicts, (non-)empty directories, and the
locking scheme, none of which applies to reftable.

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/t1404-update-ref-errors.sh