git-bisect
How do you get git bisect to ignore merged branches?
I\'m aware that git bisect is branch-aware by design, so that if between good commit, G, and bad commit, B, you merged in a branch, it needs to take those changes开发者_如何学Go into consideration as[详细]
2023-02-23 21:58 分类:问答How can I cut down a git bisect run using file paths?
I\'m using git bisect to find a failure inducing commit. However, a lot of the commits in the range are definately irrelevant (because they开发者_如何学运维 are commits to the documentation or to unit[详细]
2023-01-05 23:01 分类:问答What is the best way to do bisecting with subversion?
I te开发者_开发问答nd to use the bisect command in git extensively. Now I want to do the same in a subversion repository. What is the best way to bisect a subversion repository?[详细]
2022-12-22 01:44 分类:问答Is there a script that provides the equivalent to git-bisect for Perforce (p4)? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-19 07:46 分类:问答git bisect doesn't work, no output
I tried to use git bisect lately, but it just didn\'t work. The tree remained in master and I saw no outp开发者_如何学JAVAut from git bisect whatsoever. Here\'s what I\'ve tried:[详细]
2022-12-16 06:21 分类:问答