bisect: improve English grammar of not-ancestors message
Multiple revisions cannot be a single ancestor. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Alex Henrie committed
Dec 4, 2016 at 15:04 UTC
3f407b7614bccffffad14fad42377dd0c3603f66
1 file changed
+1
-1
bisect.c
+1
-1
@@ -747,7 +747,7 @@ static void handle_bad_merge_base(void)
747
exit(3);
748
}
749
750
- fprintf(stderr, _("Some %s revs are not ancestor of the %s rev.\n"
750
+ fprintf(stderr, _("Some %s revs are not ancestors of the %s rev.\n"
751
"git bisect cannot work properly in this case.\n"
752
"Maybe you mistook %s and %s revs?\n"),
753
term_good, term_bad, term_good, term_bad);