]> git.ipfire.org Git - thirdparty/git.git/commit
t1410: mark test as REFFILES
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 2 Aug 2021 16:53:33 +0000 (16:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2021 20:17:21 +0000 (13:17 -0700)
commitfe1443152689fcecbbaf0213a7bebcc23ee24a37
treef317e6983b5d28f941f7772eb316d852af3efe76
parenta50234b3be9d6ff75dfca9b0802e7cf97179ff11
t1410: mark test as REFFILES

This test takes a lock on the target of a symref, and then verifies that it is
possible to expire the symref's reflog. In reftable, one can only take a global
lock (which would prevent the symref reflog from being expired altogether.)

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1410-reflog.sh