Lines Matching refs:good
2929 my $good = $bisect_good;
2943 $good = get_sha1($good);
3000 doprint "TESTING BISECT GOOD [$good]\n";
3001 run_command "git checkout $good" or
3002 dodie "Failed to checkout $good";
3007 fail "Tested BISECT_GOOD [$good] and it failed" and return 0;
3024 run_command "git bisect good $good" or
3025 dodie "could not set bisect good to $good";
3159 my ($good, $bad) = @_;
3167 run_command "$diffexec $good $bad", 1;
3172 my ($good, $bad, $last_result) = @_;
3180 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;