]> git.ipfire.org Git - thirdparty/git.git/commit
reftable/stack: handle allocation failures in auto compaction
authorPatrick Steinhardt <ps@pks.im>
Wed, 2 Oct 2024 10:56:11 +0000 (12:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Oct 2024 14:53:54 +0000 (07:53 -0700)
commit5b67cc6477ce88c499caab5ebcebd492ec78932d
treed9c032a333349afaab6388f524dde4cebb9ed496
parent694af039f514eeca632903e000acbb21ff27a53c
reftable/stack: handle allocation failures in auto compaction

Handle allocation failures in `reftable_stack_auto_compact()`.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/stack.c