Re: [PATCH 2/2] git-bisect: allow bisecting with only one bad commit.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:04
Christian Couder [off-list ref] writes:
quoted
-test_expect_success 'bisect does not start with only one good' '
+test_expect_success 'bisect starts with only one good' '
git bisect reset &&
git bisect start &&
git bisect good $HASH1 || return 1
But I don't understand the need to change the above comment when the test
code for starting with one good commit is not changed.