X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=bisect.h;h=22f2e4db2d1d05184dc2eeec2ff87021a67e01f2;hb=e22c522730b0fc1dd2a1f12b6e508c5fb2e0fe6c;hp=0862ce56d76e9b08ab913e6a472fac590974340e;hpb=03f94ae9f909952ed5a78917ab319a312889354b;p=git.git diff --git a/bisect.h b/bisect.h index 0862ce56d..22f2e4db2 100644 --- a/bisect.h +++ b/bisect.h @@ -27,7 +27,7 @@ struct rev_list_info { const char *header_prefix; }; -extern int bisect_next_all(const char *prefix); +extern int bisect_next_all(const char *prefix, int no_checkout); extern int estimate_bisect_steps(int all);