summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 57456ef)
raw | patch | inline | side by side (parent: 57456ef)
author | Johan Herland <johan@herland.net> | |
Thu, 3 Jun 2010 23:17:36 +0000 (01:17 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 6 Jun 2010 17:16:35 +0000 (10:16 -0700) |
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c | patch | blob | history |
diff --git a/revision.c b/revision.c
index 71fec3c63a8af567ef7fe3e83e643df8a686d8a0..eb6f849cef2455b69a77b3ef6bc04cf57cbd4a69 100644 (file)
--- a/revision.c
+++ b/revision.c
if (revs->ancestry_path) {
bottom = collect_bottom_commits(list);
if (!bottom)
- die("--ancestry-path given but there is no bottom commits");
+ die("--ancestry-path given but there are no bottom commits");
}
while (list) {