]> git.ipfire.org Git - thirdparty/git.git/commit
pack-objects: use BUG(...) not die("BUG: ...")
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 7 Dec 2021 11:05:51 +0000 (12:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Dec 2021 20:31:16 +0000 (12:31 -0800)
commit5867757d888e690eeafe8d6a68841623c4b8baa8
treeab8e3fef146e90a0457cb38f2ca5df0ec263d637
parente9d7761bb94f20acc98824275e317fa82436c25d
pack-objects: use BUG(...) not die("BUG: ...")

Change this code added in da93d12b004 (pack-objects: be incredibly
anal about stdio semantics, 2006-04-02) to use BUG() instead.

See 1a07e59c3e2 (Update messages in preparation for i18n, 2018-07-21)
for when the "BUG: " prefix was added, and [1] for background on the
Solaris behavior that prompted the exhaustive error checking in this
fgets() loop.

1. https://lore.kernel.org/git/824.1144007555@lotus.CS.Berkeley.EDU/

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