Merge branch 'jk/progress-delay-fix'
[gitweb.git] / builtin / rev-list.c
index 8034d2eff24eb17b230fdbc28e8c02783e7fb53e..4032eb381158942b83e9ce12a5c984fceb239b20 100644 (file)
@@ -397,8 +397,7 @@ int cmd_rev_list(int argc, const char **argv, const char *prefix)
        if (bisect_list) {
                int reaches = reaches, all = all;
 
-               revs.commits = find_bisection(revs.commits, &reaches, &all,
-                                             bisect_find_all);
+               find_bisection(&revs.commits, &reaches, &all, bisect_find_all);
 
                if (bisect_show_vars)
                        return show_bisect_vars(&info, reaches, all);