projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57456ef
)
revision: Fix typo in --ancestry-path error message
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>
revision.c
patch
|
blob
|
history
diff --git
a/revision.c
b/revision.c
index 71fec3c63a8af567ef7fe3e83e643df8a686d8a0..eb6f849cef2455b69a77b3ef6bc04cf57cbd4a69 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-745,7
+745,7
@@
static int limit_list(struct rev_info *revs)
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) {