]> git.99rst.org Git - git.git/commit
refs: add missing remove_on_disk implementation for debug backend
authorXinyu Ruan <redacted>
Fri, 24 Oct 2025 08:38:14 +0000 (08:38 +0000)
committerJunio C Hamano <redacted>
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 <redacted>
Acked-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
refs/debug.c
git clone https://git.99rst.org/PROJECT