Code

Documentation: bisect: reformat more paragraphs.
[git.git] / builtin-rev-list.c
index c2db5a5b037babf9020353d9b11dc348915b6c1b..51858e3233a74a2a5cc7e96e7dc5d9786fecc326 100644 (file)
@@ -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) {