Lines Matching full:checkout
195 my $checkout;
362 "CHECKOUT" => \$checkout,
3134 run_command "git checkout $bad" or
3135 dodie "Failed to checkout $bad";
3146 run_command "git checkout $good" or
3147 dodie "Failed to checkout $good";
3156 # checkout where we started
3157 run_command "git checkout $head" or
3158 dodie "Failed to checkout $head";
3176 run_command "git checkout $start" or
3177 dodie "failed to checkout $start";
3535 run_command "git checkout $sha1" or
3536 dodie "Failed to checkout $sha1";
4491 if (defined($checkout)) {
4492 run_command "git checkout $checkout" or
4493 dodie "failed to checkout $checkout";