Pranit Bauva <pranit.ba...@gmail.com> writes:

> +     if (!file_exists(git_path_bisect_head())) {
> +             struct argv_array argv = ARGV_ARRAY_INIT;
> +             argv_array_pushl(&argv, "checkout", branch.buf, "--", NULL);
> +             if (run_command_v_opt(argv.argv, RUN_GIT_CMD)) {
> +                     error(_("Could not check out original HEAD '%s'. Try "
> +                             "'git bisect reset <commit>'."), branch.buf);

Somebody seems to have a keen eye.  Looks much better with a space
after "Try" ;-)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to