Re: [PATCH v4 2/6] t6030: explicitly test for bisection cleanup

2016-07-11 Thread Junio C Hamano
Pranit Bauva writes: > Add test to explicitly check that 'git bisect reset' is working as > expected. This is already covered implicitly by the test suite. Without fuzzy "this is not an improvement but it helps" that sounds like making excuse, the above reads much

[PATCH v4 2/6] t6030: explicitly test for bisection cleanup

2016-07-06 Thread Pranit Bauva
Add test to explicitly check that 'git bisect reset' is working as expected. This is already covered implicitly by the test suite. Mentored-by: Lars Schneider Mentored-by: Christian Couder Signed-off-by: Pranit Bauva