Christian Couder <chriscool@xxxxxxxxxxxxx> writes: > This patch replace the "--next-exit" option of "git bisect--helper" > with a "--next-all" option that does merge base checking using > the "check_good_are_ancestors_of_bad" function implemented in > "bisect.c" in a former patch. > > The new "--next-all" option is then used in "git-bisect.sh" instead > of the "--next-exit" option, and all the shell functions in > "git-bisect.sh" that are now unused are removed. > > Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> > --- > bisect.c | 4 +- > bisect.h | 2 +- > builtin-bisect--helper.c | 14 +++--- > git-bisect.sh | 127 +--------------------------------------------- > 4 files changed, 13 insertions(+), 134 deletions(-) Nice. All patches looked sensible; will queue. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html