summaryrefslogtreecommitdiff
path: root/bisect.c
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2016-12-04 22:04:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-12-05 22:50:38 (GMT)
commit3f407b7614bccffffad14fad42377dd0c3603f66 (patch)
treecb52ae1bef773ece1df6ad388b9f1a59768672bc /bisect.c
parent454cb6bd52a4de614a3633e4f547af03d5c3b640 (diff)
downloadgit-3f407b7614bccffffad14fad42377dd0c3603f66.zip
git-3f407b7614bccffffad14fad42377dd0c3603f66.tar.gz
git-3f407b7614bccffffad14fad42377dd0c3603f66.tar.bz2
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>
Diffstat (limited to 'bisect.c')
-rw-r--r--bisect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bisect.c b/bisect.c
index 21bc6da..8e63c40 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);