X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=bisect.c;h=3af955c4bc4e1c7cd155a5f2e460cee38af732cd;hb=c3f2358de39a8ac754ae68880a992835a84a6f0c;hp=6bf521138a590496a7b3fa7c2515ac53f815a1e3;hpb=5d3635db19c6dff4fb063fabfa4161fd3b8285f0;p=thirdparty%2Fgit.git diff --git a/bisect.c b/bisect.c index 6bf521138a..3af955c4bc 100644 --- a/bisect.c +++ b/bisect.c @@ -658,7 +658,7 @@ static void bisect_common(struct rev_info *revs) if (prepare_revision_walk(revs)) die("revision walk setup failed"); if (revs->tree_objects) - mark_edges_uninteresting(revs, NULL); + mark_edges_uninteresting(revs, NULL, 0); } static void exit_if_skipped_commits(struct commit_list *tried,