]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.h
bisect: libify `handle_bad_merge_base` and its dependents
[thirdparty/git.git] / bisect.h
index f68ae853766b1f11233d82df7e89f9abd79bfc55..0d9758179f1a6eb85fb1276d506bc77a6b192e97 100644 (file)
--- a/bisect.h
+++ b/bisect.h
@@ -48,6 +48,7 @@ enum bisect_error {
        BISECT_OK = 0,
        BISECT_FAILED = -1,
        BISECT_ONLY_SKIPPED_LEFT = -2,
+       BISECT_MERGE_BASE_CHECK = -3,
        BISECT_INTERNAL_SUCCESS_MERGE_BASE = -11
 };