Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX
[gitweb.git]
/
builtin
/
rev-list.c
diff --git
a/builtin/rev-list.c
b/builtin/rev-list.c
index 2fd72c0be5a643c98d97ff779e449541e48434cd..fadd3ec14cbf0469c332a85278e5d1b4932ef788 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);