Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
index-pack: check .gitmodules files with --strict
[gitweb.git]
/
builtin
/
rev-list.c
diff --git
a/builtin/rev-list.c
b/builtin/rev-list.c
index d320b6f1e3bcbcd429d5e2baa94b453035572db7..6f5b9b0847321ca214b4d32719eaeacefffd5ce4 100644
(file)
--- a/
builtin/rev-list.c
+++ b/
builtin/rev-list.c
@@
-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);