refs/packet: add missing BUG() invocations to reflog callbacks
commit881aebffcffb32ffc99c681d9a1f8fb50e2cd9cb
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 20 Jul 2021 10:24:06 +0000 (20 12:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Aug 2021 02:06:38 +0000 (19 19:06 -0700)
treed07df4ec725ba28138dd51d319dbd45e17f2708d
parentdaab8a564f8bbac55f70f8bf86c070e001a9b006
refs/packet: add missing BUG() invocations to reflog callbacks

In e0cc8ac8202 (packed_ref_store: make class into a subclass of
`ref_store`, 2017-06-23) a die() was added to packed_create_reflog(),
but not to any of the other reflog callbacks, let's do that.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/packed-backend.c