builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX
[gitweb.git] / builtin / rev-list.c
index 2fd72c0be5a643c98d97ff779e449541e48434cd..fadd3ec14cbf0469c332a85278e5d1b4932ef788 100644 (file)
@@ -536,7 +536,7 @@ int cmd_rev_list(int argc, const char **argv, const char *prefix)
                mark_edges_uninteresting(&revs, show_edge);
 
        if (bisect_list) {
-               int reaches = reaches, all = all;
+               int reaches, all;
 
                find_bisection(&revs.commits, &reaches, &all, bisect_find_all);