X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=bisect.h;h=82f8fc1910a42c5c90ad3312d9aa8f35ef2b992f;hb=0cc5691a8b05a7eabdeef520c94b1bb3bcac7874;hp=fb744fdb79e1dd4a46cd3f2759b73747d8e79fbd;hpb=7d40f89137b456820d51ebc1cbb3ffbb966e7fec;p=git.git diff --git a/bisect.h b/bisect.h index fb744fdb7..82f8fc191 100644 --- 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,