]> git.ipfire.org Git - thirdparty/git.git/commit
t2017: mark --orphan/logAllRefUpdates=false test as REFFILES
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 31 May 2021 16:56:32 +0000 (16:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:01:55 +0000 (10:01 +0900)
commita5709636d9958b78ed6cd708ac1c5f80f4b9dc91
tree39705432dba0cc6e53b2e6410b1d7dab45629a20
parent41e2e177c7b8d3e8861c30342c5e57edd5425997
t2017: mark --orphan/logAllRefUpdates=false test as REFFILES

In reftable, there is no notion of a per-ref 'existence' of a reflog. Each
reflog entry has its own key, so it is not possible to distinguish between
{reflog doesn't exist,reflog exists but is empty}. This makes the logic
in log_ref_setup() (file refs/files-backend.c), which depends on the existence
of the reflog file infeasible.

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/t2017-checkout-orphan.sh