Re: [RFC PATCH v3 2/2] Add tests for rev-list --bisect* --first-parent

2018-05-23 Thread Junio C Hamano
Tiago Botelho <tiagonbote...@gmail.com> writes: > Subject: [RFC PATCH v3 1/2] Implement --first-parent for git rev-list --bisect > Subject: [RFC PATCH v3 2/2] Add tests for rev-list --bisect* --first-parent perhaps bisect: teach "git rev-list --bisect" to wor

[RFC PATCH v3 2/2] Add tests for rev-list --bisect* --first-parent

2018-05-23 Thread Tiago Botelho
--- t/t6002-rev-list-bisect.sh | 39 +++ 1 file changed, 39 insertions(+) diff --git a/t/t6002-rev-list-bisect.sh b/t/t6002-rev-list-bisect.sh index a66140803..977c82157 100755 --- a/t/t6002-rev-list-bisect.sh +++ b/t/t6002-rev-list-bisect.sh @@ -263,4 +263,43