Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When bisecting, always mark the current commit as good/bad, not the selected #2837

Merged
merged 1 commit into from
Jul 29, 2023

Commits on Jul 29, 2023

  1. When bisecting, always mark the current commit as good/bad, not the s…

    …elected
    
    For marking as good or bad, the current commit is pretty much always the one you
    want to mark, not the selected. It's different for skipping; sometimes you know
    already that a certain commit doesn't compile, for example, so you might
    navigate there and mark it as skipped. So in the case that the current commit is
    not the selected one, we now offer two separate menu entries for skipping, one
    for the current commit and one for the selected.
    stefanhaller committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6794149 View commit details
    Browse the repository at this point in the history