From: Alex Henrie Date: Sun, 4 Dec 2016 22:04:23 +0000 (-0700) Subject: bisect: improve English grammar of not-ancestors message X-Git-Tag: v2.12.0-rc0~143^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f407b7614bccffffad14fad42377dd0c3603f66;p=thirdparty%2Fgit.git bisect: improve English grammar of not-ancestors message Multiple revisions cannot be a single ancestor. Signed-off-by: Alex Henrie Signed-off-by: Junio C Hamano --- diff --git a/bisect.c b/bisect.c index 21bc6daa43..8e63c40d27 100644 --- a/bisect.c +++ b/bisect.c @@ -747,7 +747,7 @@ static void handle_bad_merge_base(void) exit(3); } - fprintf(stderr, _("Some %s revs are not ancestor of the %s rev.\n" + fprintf(stderr, _("Some %s revs are not ancestors of the %s rev.\n" "git bisect cannot work properly in this case.\n" "Maybe you mistook %s and %s revs?\n"), term_good, term_bad, term_good, term_bad);