]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.c
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / bisect.c
index 888949fba6b5d5301b49daff323f977daf9f4e01..9e6a2b7f201a604f40d074c13be6d0c892cdf46d 100644 (file)
--- a/bisect.c
+++ b/bisect.c
@@ -724,7 +724,8 @@ static int is_expected_rev(const struct object_id *oid)
        return res;
 }
 
-static enum bisect_error bisect_checkout(const struct object_id *bisect_rev, int no_checkout)
+enum bisect_error bisect_checkout(const struct object_id *bisect_rev,
+                                 int no_checkout)
 {
        char bisect_rev_hex[GIT_MAX_HEXSZ + 1];
        struct commit *commit;