X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=bisect.c;h=dc18db8af96b093d7cb16eb88d3f738f98dc30f6;hb=28754ab5f0ce9b4f6ca1641c3e10e2c68bd9b3fc;hp=7f20acb4b9e391bd383597ec554ec58b70979fe5;hpb=31f0bce8537a38639385366f05ba43e91bd91e38;p=git.git diff --git a/bisect.c b/bisect.c index 7f20acb4b..dc18db8af 100644 --- a/bisect.c +++ b/bisect.c @@ -991,7 +991,7 @@ int bisect_next_all(const char *prefix) if (!hashcmp(bisect_rev, current_bad_sha1)) { exit_if_skipped_commits(tried, current_bad_sha1); - printf("%s is first bad commit\n", bisect_rev_hex); + printf("%s is the first bad commit\n", bisect_rev_hex); show_diff_tree(prefix, revs.commits->item); /* This means the bisection process succeeded. */ exit(10);