On Tue, Mar 16, 2021 at 02:05:51PM +0100, Andreas Schwab wrote: > $ git --version > git version 2.31.0 > $ git bisect start > $ git bisect good v2.30.0 > $ git bisect bad v2.31.0 > 3e90d4b58f3819cfd58ac61cb8668e83d3ea0563 was both good and bad Looks like it bisects to 27257bc466 (bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in C, 2020-10-15), which isn't too surprising. So it broke in v2.30, but nobody seems to have noticed during the last cycle. I'd guess it's just missing a call to peel the input oid. -Peff