Jon Seymour wrote:
This extension to js/bisect-no-checkout (currently in pu) adds
support for bisecting bare repositories.
It does this by relaxing the requirement that git bisect is invoked
in a repository with a working tree and by defaulting to
--no-checkout in the case of a bare repository.
Two tests are included to demonstrate this behaviour.
Thanks! I think the two patches should be squashed, with the above
as commit message.
With or without that change, for what it's worth,
Reviewed-by: Jonathan Nieder <redacted>