X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bisect.h;h=82f8fc1910a42c5c90ad3312d9aa8f35ef2b992f;hb=1c92a08f286453bd28a1f6153249b2e2cf63cb38;hp=fb744fdb79e1dd4a46cd3f2759b73747d8e79fbd;hpb=23807fa0086ae6ad6980a2a1071f23ed1a6dde93;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,