Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ew/ban-strncat'
[gitweb.git]
/
builtin
/
bisect--helper.c
diff --git
a/builtin/bisect--helper.c
b/builtin/bisect--helper.c
index 4b5fadcbe1ae6a1b10fe88e80a5fcffd3296cfa7..417d141c09ad2698c17cf4738ad6ce7177456088 100644
(file)
--- a/
builtin/bisect--helper.c
+++ b/
builtin/bisect--helper.c
@@
-137,7
+137,7
@@
int cmd_bisect__helper(int argc, const char **argv, const char *prefix)
switch (cmdmode) {
case NEXT_ALL:
- return bisect_next_all(prefix, no_checkout);
+ return bisect_next_all(
the_repository,
prefix, no_checkout);
case WRITE_TERMS:
if (argc != 2)
return error(_("--write-terms requires two arguments"));