Lines Matching refs:good
2981 my $good = $bisect_good;
2995 $good = get_sha1($good);
3052 doprint "TESTING BISECT GOOD [$good]\n";
3053 run_command "git checkout $good" or
3054 dodie "Failed to checkout $good";
3059 fail "Tested BISECT_GOOD [$good] and it failed" and return 0;
3076 run_command "git bisect good $good" or
3077 dodie "could not set bisect good to $good";
3211 my ($good, $bad) = @_;
3219 run_command "$diffexec $good $bad", 1;
3226 my ($good, $bad, $last_result) = @_;
3234 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;