]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.c
Merge branch 'jk/diff-release-filespec-fix'
[thirdparty/git.git] / bisect.c
index f5b13681288cc4a677e6531cc57ab0f3ee04b7ac..58bc9c73a463d2f005587a5a68ab9b2a32198dcc 100644 (file)
--- a/bisect.c
+++ b/bisect.c
@@ -1090,7 +1090,7 @@ enum bisect_error bisect_next_all(struct repository *r, const char *prefix)
                  nr), nr, steps_msg);
        free(steps_msg);
        /* Clean up objects used, as they will be reused. */
-       clear_commit_marks_all(ALL_REV_FLAGS);
+       repo_clear_commit_marks(r, ALL_REV_FLAGS);
 
        return bisect_checkout(bisect_rev, no_checkout);
 }