]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.h
cmd_bisect__helper: defer parsing no-checkout flag
[thirdparty/git.git] / bisect.h
index a63af0505fe4fc2dd4b2b7381f4e7948c4e27e9a..7f30b94db31deb71f6fcd4664348bf6f769c81d1 100644 (file)
--- a/bisect.h
+++ b/bisect.h
@@ -58,9 +58,7 @@ enum bisect_error {
        BISECT_INTERNAL_SUCCESS_MERGE_BASE = -11
 };
 
-enum bisect_error bisect_next_all(struct repository *r,
-                   const char *prefix,
-                   int no_checkout);
+enum bisect_error bisect_next_all(struct repository *r, const char *prefix);
 
 int estimate_bisect_steps(int all);