revision: Fix typo in --ancestry-path error message
Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
57456ef459
commit
97b03c3538
@ -745,7 +745,7 @@ static int limit_list(struct rev_info *revs)
|
|||||||
if (revs->ancestry_path) {
|
if (revs->ancestry_path) {
|
||||||
bottom = collect_bottom_commits(list);
|
bottom = collect_bottom_commits(list);
|
||||||
if (!bottom)
|
if (!bottom)
|
||||||
die("--ancestry-path given but there is no bottom commits");
|
die("--ancestry-path given but there are no bottom commits");
|
||||||
}
|
}
|
||||||
|
|
||||||
while (list) {
|
while (list) {
|
||||||
|
Loading…
Reference in New Issue
Block a user