Re: [PATCH] checkout: fix BUG() case in 9081a421a6
From: Junio C Hamano <hidden> Date: 2022-01-20 22:33:49
Junio C Hamano [off-list ref] writes:
So from my point of view, BUG() is indeed inappropriate because what
the conditional statement noticed was a broken repository, and not a
programming bug.
Forgot to say: "; it should have been at least a warning(), if not a die()".