Lines Matching refs:good
3050 my $good = $bisect_good;
3064 $good = get_sha1($good);
3120 doprint "TESTING BISECT GOOD [$good]\n";
3121 run_command "git checkout $good" or
3122 dodie "Failed to checkout $good";
3127 fail "Tested BISECT_GOOD [$good] and it failed" and return 0;
3143 run_command "git bisect good $good" or
3144 dodie "could not set bisect good to $good";
3255 my ($good, $bad) = @_;
3263 run_command "$diffexec $good $bad", 1;
3268 my ($good, $bad, $last_result) = @_;
3276 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;