Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
bisect: improve English grammar of not-ancestors message
author
Alex Henrie
<alexhenrie24@gmail.com>
Sun, 4 Dec 2016 22:04:23 +0000
(15:04 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 5 Dec 2016 22:50:38 +0000
(14:50 -0800)
Multiple revisions cannot be a single ancestor.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
454cb6b
)
diff --git
a/bisect.c
b/bisect.c
index 21bc6daa4393cb33994ba2eb305354e56d166cc0..8e63c40d274d7693b0c41e702cbe9ed03b1d12ae 100644
(file)
--- 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 ancestor
s
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);