Hacker News new | ask | show | jobs
by agumonkey 497 days ago
have you ever seen this implemented somewhere ? interesting idea
1 comments

No, unfortunately not. If your history is strictly linear, you could probably hack together something relatively simple on top of git rev-list. But git bisect does all sorts of magic to deal with merge commits and other funny situations, and generalizing that to an n-sect would take a fair bit of work.