Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
UI consistency: allow --force for where -f means force
[gitweb.git]
/
bisect.h
diff --git
a/bisect.h
b/bisect.h
index fb744fdb79e1dd4a46cd3f2759b73747d8e79fbd..82f8fc1910a42c5c90ad3312d9aa8f35ef2b992f 100644
(file)
--- a/
bisect.h
+++ b/
bisect.h
@@
-7,7
+7,9
@@
extern struct commit_list *find_bisection(struct commit_list *list,
extern struct commit_list *filter_skipped(struct commit_list *list,
struct commit_list **tried,
- int show_all);
+ int show_all,
+ int *count,
+ int *skipped_first);
extern void print_commit_list(struct commit_list *list,
const char *format_cur,