Johannes Schindelin <johannes.schinde...@gmx.de> writes:

>       git rev-list --bisect-all --first-parent F..E >revs &&
>       # only E, e1..e8 should be listed, nothing else
>       test_line_count = 9 revs &&
>       for rev in E e1 e2 e3 e4 e5 e6 e7 e8
>       do
>               grep "^$(git rev-parse $rev) " revs || return
>       done
>
> I am faster by... a lot. Like, seconds instead of minutes.

I'm fine either way.  I just thought you would not want 9 separate
invocations of grep ;-)

Reply via email to