Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rewrite Tcl/Tk interpreter path for the GUI tools.
[gitweb.git]
/
builtin-rev-list.c
diff --git
a/builtin-rev-list.c
b/builtin-rev-list.c
index c2db5a5b037babf9020353d9b11dc348915b6c1b..51858e3233a74a2a5cc7e96e7dc5d9786fecc326 100644
(file)
--- a/
builtin-rev-list.c
+++ b/
builtin-rev-list.c
@@
-180,7
+180,7
@@
static struct commit_list *find_bisection(struct commit_list *list)
nr++;
p = p->next;
}
- closest =
0
;
+ closest =
-1
;
best = list;
for (p = list; p; p = p->next) {