Re: [git-users] git bisect fixed/unfixed option

2013-07-10 Thread PJ Weisberg
On Jul 9, 2013 10:11 AM, Chemsi Mehdi chmsme...@gmail.com wrote:

 Dear Git expert,

 I wonder how adding to git bisect fixed/unfixed options.
 This in order to find a good patch fixing a bug and not to find the bad
commit.
 This is helpful for me.
 I am working with git version 1.7.11.7
 Can you please advise on how adding these commands to git bisect.

 Many thanks in advance.
 Mehdi

Why don't you just write your test so that it fails if the bug does *not*
occur?  I.e., mark the commit as good if it has the bug, so that the
first bad commit is the one that fixed it.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[git-users] git bisect fixed/unfixed option

2013-07-09 Thread Chemsi Mehdi
Dear Git expert,

I wonder how adding to git bisect fixed/unfixed options.
This in order to find a good patch fixing a bug and not to find the bad 
commit.
This is helpful for me.
I am working with git version 1.7.11.7
Can you please advise on how adding these commands to git bisect.

Many thanks in advance.
Mehdi

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.