|
|
|
|
|
by nh2
610 days ago
|
|
git bisect. I have a friend, he thought rebasing for linear history was not worth the effort. I told him to do it, because I once had to find a regression over thousands of commits in a merge-heavy code base and it took days. He was not convinced. Then he had to find a regression. It took over a month. With git bisect's binary search, it would have taken half a day. My friend now rebases. |
|
Any given snapshot has a linear history, so it should be as bisectable as the rebased equivalent. What am I missing here?