diff options
Diffstat (limited to 'bisect.h')
-rw-r--r-- | bisect.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,7 @@ struct commit_list; struct repository; +struct object_id; /* * Find bisection. If something is found, `reaches` will be the number of @@ -69,4 +70,7 @@ void read_bisect_terms(const char **bad, const char **good); int bisect_clean_state(void); +enum bisect_error bisect_checkout(const struct object_id *bisect_rev, + int no_checkout); + #endif |