Lines Matching refs:good
2949 my $good = $bisect_good;
2963 $good = get_sha1($good);
3020 doprint "TESTING BISECT GOOD [$good]\n";
3021 run_command "git checkout $good" or
3022 dodie "Failed to checkout $good";
3027 fail "Tested BISECT_GOOD [$good] and it failed" and return 0;
3044 run_command "git bisect good $good" or
3045 dodie "could not set bisect good to $good";
3179 my ($good, $bad) = @_;
3187 run_command "$diffexec $good $bad", 1;
3192 my ($good, $bad, $last_result) = @_;
3200 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;