git-bisect Questions

1

Solved

I started my git bisect by specifying good and bad revisions but I don't think they registered. Additionally, as I am attempting to specify git bisect good and bad, I don't think git is doing anyth...
Drumlin asked 25/10, 2013 at 1:3

3

Solved

I have a bug that have been introduced a long time ago, and testing for it is painful. However, I strongly suspect that changes which introduced the bug happened in one particular source code...
Trochanter asked 13/9, 2013 at 12:55

3

Solved

I'm new to git and just discovered "git bisect". How is it generally used when you can check for the error using a newly written unit test (that wasn't there beforehand)? Say we have a repository ...
Porte asked 6/10, 2012 at 14:0

2

Solved

I have the following in my ~/.gitconfig (this is only here to help you understand what I'm looking at): [alias] lg = log --graph --all --pretty=format:'%Cred%h %Cgreen(%cr)%Creset - %s %C(yellow)...
Aegir asked 11/3, 2011 at 10:34

1

Solved

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 tests). I'd li...
Yawl asked 5/7, 2010 at 12:40

1

Solved

I tend 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? Converting the svn repository to ...
Natch asked 8/3, 2010 at 12:58

1

The git-bisect provides hooks to perform a binary search on revisions and figure out which change broke the design. Is there an equivalent script for Perforce? I did SO and Google searches wi...
Onomastic asked 8/2, 2010 at 18:17

2

I tried to use git bisect lately, but it just didn't work. The tree remained in master and I saw no output from git bisect whatsoever. Here's what I've tried: git bisect start git bisect bad # no o...
Nealy asked 12/1, 2010 at 6:5

© 2022 - 2024 — McMap. All rights reserved.