diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2016-12-04 23:04:23 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-05 23:50:38 +0100 |
commit | 3f407b7614bccffffad14fad42377dd0c3603f66 (patch) | |
tree | cb52ae1bef773ece1df6ad388b9f1a59768672bc /bisect.c | |
parent | Git 2.11 (diff) | |
download | git-3f407b7614bccffffad14fad42377dd0c3603f66.tar.xz git-3f407b7614bccffffad14fad42377dd0c3603f66.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |