On Mon, Dec 06 2021, Junio C Hamano wrote: > Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > >> A trivial clean-up to change a couple of die() uses to BUG() where >> appropriate. > > Makes sense. I wonder contrib/coccinelle/ can help us maintain > them, though. I tried to come up with a rule for this after browsing around in linux's sources & coccicheck's own test cases, but didn't find any example I could adapt. It's rather thin on string munging like that, and I don't know spatch well enough.