Re: [PATCH v2 18/21] bisect: prepare for different algorithms based on find_all

2016-04-15 Thread Junio C Hamano
Stephan Beyer writes: > This is a preparation commit with copy-and-paste involved. > The function do_find_bisection() is changed and copied to > two almost similar functions compute_all_weights() and > compute_relevant_weights(). > > The function compute_relevant_weights() stops when a > "halfway

[PATCH v2 18/21] bisect: prepare for different algorithms based on find_all

2016-04-10 Thread Stephan Beyer
This is a preparation commit with copy-and-paste involved. The function do_find_bisection() is changed and copied to two almost similar functions compute_all_weights() and compute_relevant_weights(). The function compute_relevant_weights() stops when a "halfway" commit is found. To keep the code