Merge branch 'js/vsts-ci'
[gitweb.git] / builtin / bisect--helper.c
index 22e669e3b170f96c046a2aa4aa2c289a0599b6f0..c1cff3266114323f466133b98050f5aec71c5f91 100644 (file)
@@ -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"));