bisect--helper: add "--next-exit" to output bisect results
[gitweb.git] / bisect.h
index 89aa6cb0b30989ce8b1ac17859efdb9d11c97035..028eb85220bbb2432755ed481818b71e0c29b05d 100644 (file)
--- a/bisect.h
+++ b/bisect.h
@@ -29,6 +29,7 @@ struct rev_list_info {
 extern int show_bisect_vars(struct rev_list_info *info, int reaches, int all);
 
 extern int bisect_next_vars(const char *prefix);
+extern int bisect_next_exit(const char *prefix);
 
 extern int estimate_bisect_steps(int all);