]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/rev-list.c
-Wuninitialized: remove some 'init-self' workarounds
[thirdparty/git.git] / builtin / rev-list.c
index d5345b6a2e237b550e5cee69e6d46ff8271ade22..fbfc62de41468bd96a7effe3b3aedcf4ecb0e314 100644 (file)
@@ -479,7 +479,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);