diff options
Diffstat (limited to 'bisect.h')
| -rw-r--r-- | bisect.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -58,9 +58,7 @@ enum bisect_error { BISECT_INTERNAL_SUCCESS_MERGE_BASE = -11 }; -enum bisect_error bisect_next_all(struct repository *r, - const char *prefix, - int no_checkout); +enum bisect_error bisect_next_all(struct repository *r, const char *prefix); int estimate_bisect_steps(int all); |
