list-objects: consume sparse tree walk
[gitweb.git] / bisect.c
index 487675c67249a3164294aae71c1c2a650f3c4947..842f8b4b8f373a29880f7248bc8a4f5b6cb1f543 100644 (file)
--- a/bisect.c
+++ b/bisect.c
@@ -656,7 +656,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,