Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
read-cache: fix an -Wmaybe-uninitialized warning
[gitweb.git]
/
builtin
/
rev-list.c
diff --git
a/builtin/rev-list.c
b/builtin/rev-list.c
index d5345b6a2e237b550e5cee69e6d46ff8271ade22..fbfc62de41468bd96a7effe3b3aedcf4ecb0e314 100644
(file)
--- a/
builtin/rev-list.c
+++ b/
builtin/rev-list.c
@@
-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);