]> git.ipfire.org Git - thirdparty/git.git/commit
refs: add missing remove_on_disk implementation for debug backend
authorXinyu Ruan <r200981113@gmail.com>
Fri, 24 Oct 2025 08:38:14 +0000 (08:38 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2025 15:57:47 +0000 (08:57 -0700)
commit6661cde2bef0cdb1649be1f1b5f95af7c08a6059
tree5ed7ffff45191392472901abc52ded312edf20ce
parent419c72cb8ada252b260efc38ff91fe201de7c8c3
refs: add missing remove_on_disk implementation for debug backend

The debug ref backend (refs_be_debug) was missing the remove_on_disk
function pointer, which caused a segmentation fault when running
'GIT_TRACE_REFS=1 git refs migrate --ref-format=reftable' commands.

Signed-off-by: Xinyu Ruan <r200981113@gmail.com>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/debug.c