]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.c
p4 unshelve: fix "Not a valid object name HEAD0" on Windows
[thirdparty/git.git] / bisect.c
index 6bf521138a590496a7b3fa7c2515ac53f815a1e3..3af955c4bc4e1c7cd155a5f2e460cee38af732cd 100644 (file)
--- 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,