Re: Allow git bisect in reverse mode?

2018-09-11 Thread Ævar Arnfjörð Bjarmason
On Tue, Sep 11, 2018 at 9:54 PM Brad Davis wrote: > I'm currently trying to determine when an issue was fixed in a long > list of commits. I attempted to do this by running `git bisect` and > marking the commit where I knew it was broken as bad, and the tip as > good, but I got back an error mess

Allow git bisect in reverse mode?

2018-09-11 Thread Brad Davis
I'm currently trying to determine when an issue was fixed in a long list of commits. I attempted to do this by running `git bisect` and marking the commit where I knew it was broken as bad, and the tip as good, but I got back an error message saying that good revs weren't ancestors of bad ones. I