Re: [BUG] Segfault with rev-list --bisect

2015-03-04 Thread Troy Moure
On Wed, Mar 4, 2015 at 6:44 PM, Junio C Hamano gits...@pobox.com wrote: Troy Moure troy.mo...@gmail.com writes: git rev-list --bisect --first-parent --parents HEAD --not HEAD~1 Hmm, as rev-list --bisect is not end-user facing command (it is purely an implementation detail for git bisect

[BUG] Segfault with rev-list --bisect

2015-03-03 Thread Troy Moure
Hi, I've found a case where git rev-list --bisect segfaults reproducibly (git version is 2.3.1). This is the commit topology (A2 is the first parent of M): I - A1 - A2 \\ - B1 -- M (HEAD) And this is an example of a command that segfaults: git rev-list --bisect --first-parent