On Thu, Mar 19, 2015 at 03:43:57PM -0700, Junio C Hamano wrote:
Kevin Daudt [off-list ref] writes:
quoted
rev-list --bisect is used by git bisect, but never together with
--first-parent. Because rev-list --bisect together with --first-parent
is not handled currently, and even leads to segfaults, refuse to use
both options together.
Because this is not supported, it makes little sense to use git log
--bisect --first parent either, because refs/heads/bad is not limited to
the first parent chain.
Helped-by: Junio C. Hamano [off-list ref]
Helped-by: Eric Sunshine [off-list ref]
Signed-off-by: Kevin Daudt <redacted>
---
Thanks; will queue.
Thank you too, for your thorough explanation in this.