Lines Matching refs:good
2980 my $good = $bisect_good;
2994 $good = get_sha1($good);
3051 doprint "TESTING BISECT GOOD [$good]\n";
3052 run_command "git checkout $good" or
3053 dodie "Failed to checkout $good";
3058 fail "Tested BISECT_GOOD [$good] and it failed" and return 0;
3075 run_command "git bisect good $good" or
3076 dodie "could not set bisect good to $good";
3210 my ($good, $bad) = @_;
3218 run_command "$diffexec $good $bad", 1;
3225 my ($good, $bad, $last_result) = @_;
3233 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;