Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/vsts-ci'
[gitweb.git]
/
builtin
/
bisect--helper.c
diff --git
a/builtin/bisect--helper.c
b/builtin/bisect--helper.c
index 22e669e3b170f96c046a2aa4aa2c289a0599b6f0..c1cff3266114323f466133b98050f5aec71c5f91 100644
(file)
--- a/
builtin/bisect--helper.c
+++ b/
builtin/bisect--helper.c
@@
-660,7
+660,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"));