From: Junio C Hamano <hidden> Date: 2024-03-11 17:33:27
Patrick Steinhardt [off-list ref] writes:
But we do know to bubble the error up via the pasesd-in args by setting
`args->error = -1`. Funny thing though: I just now noticed that we check
for `args.error` _before_ we call `binsearch()`. Oops.
I will send a follow-up patch that addresses these issues.