On Sun, Feb 10, 2019 at 10:07 PM Jiang Xin <[email protected]> wrote:
> diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c
> @@ -173,7 +173,7 @@ static int bisect_reset(const char *commit)
>                         return error(_("could not check out original"
>                                        " HEAD '%s'. Try 'git bisect"
> -                                      "reset <commit>'."), branch.buf);
> +                                      " reset <commit>'."), branch.buf);
>                 }

This duplicates a change made by [1], although that patch was
withdrawn (temporarily).

[1]: http://public-inbox.org/git/[email protected]/

Reply via email to