This patch series makes "git bisect skip" skip away from an area where the commits cannot be tested. This is done automatically. The user has nothing todo. We alternatively try to test commits 20%, 40% and 60% away from the optimal commit that has been skipped. Some comments have been added and a left over from v1 has been removed since v2, thanks to Junio. bisect: add parameters to "filter_skipped" bisect: when skipping, choose a commit away from a skipped commit t6030: test skipping away from an already skipped commit bisect.c | 88 +++++++++++++++++++++++++++++++++++++++++-- bisect.h | 4 +- builtin-rev-list.c | 4 +- t/t6030-bisect-porcelain.sh | 12 ++++++ 4 files changed, 102 insertions(+), 6 deletions(-) -- 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