Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bisect--helper: add "--next-exit" to output bisect results
[gitweb.git]
/
bisect.h
diff --git
a/bisect.h
b/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);