How to negate exit code for `git bisect run`?
I want to use bisect for the first commit that introduced some line. Using git log -S
wasn’t successful, so I suspect the issue be introduced in a merge commit.
I want to use bisect for the first commit that introduced some line. Using git log -S
wasn’t successful, so I suspect the issue be introduced in a merge commit.