Stephan Beyer <[email protected]> writes:
> The documentation says that when the maximum possible distance
> is found, the algorithm stops immediately. That feature is
> reestablished by this commit.
>
> Signed-off-by: Stephan Beyer <[email protected]>
> ---
>
> Notes:
> I plugged a memory leak here.
... relative to patch series v1, I presume?
> @@ -391,7 +391,13 @@ static void traversal_up_to_merges(struct commit_list
> *queue,
> }
>
> update_best_bisection(top);
> + if (distance_direction(top) == 0) { // halfway
Say /* halfway */ without // double-slash comment.
The remainder of the patch makes sense to me.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html