Skip to content

Conversation

@majiayu000
Copy link

Fixes #5105

Changes

  • Track actual HEAD hash separately from bisect expected commit (BISECT_EXPECTED_REV)
  • Show "YOU ARE HERE" marker when user manually checks out a different commit during bisect
  • Add integration test for checkout during bisect

During bisect, when users manually checkout a different commit, the
bisect 'current' indicator would stay on the bisect-expected commit
making it appear as if checkout failed. This fix adds a 'YOU ARE HERE'
indicator to show the actual HEAD position when it differs from the
bisect expected commit, providing clarity about where the user is.

Signed-off-by: majiayu000 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

checkout out commits fails during bisect

1 participant