magit / magit

It's Magit! A Git Porcelain inside Emacs.
https://magit.vc
GNU General Public License v3.0
6.61k stars 820 forks source link

Bug: Cannot bisect when the good revision is not an ancestor of the bad revision #5237

Closed fuzy112 closed 1 month ago

fuzy112 commented 1 month ago

With recent versions of Git, when a bisection is started and when some good commits are not ancestors of the bad commit, it will compute the merge base and choose the merge base as the first commit to test. Is it possible for magit to support this use case?