X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft6002-rev-list-bisect.sh;h=fcb33027648b8449cba5869cbe808a4e26ff7f2d;hb=e8760cde01299817daae26c9ad074b776bbd8f88;hp=693de9b32dea04140d58ba98d0db07ac0e724a6b;hpb=b642d9ef643371990c0a921836f2a074d48ce1b3;p=git.git diff --git a/t/t6002-rev-list-bisect.sh b/t/t6002-rev-list-bisect.sh index 693de9b32..fcb330276 100755 --- a/t/t6002-rev-list-bisect.sh +++ b/t/t6002-rev-list-bisect.sh @@ -154,7 +154,7 @@ test_sequence() test_bisection_diff 0 $_bisect_option u5 ^U # -# the following illustrate's Linus' binary bug blatt idea. +# the following illustrates Linus' binary bug blatt idea. # # assume the bug is actually at l3, but you don't know that - all you know is that l3 is broken # and it wasn't broken before @@ -163,7 +163,7 @@ test_sequence() # the bisection point is the head - this is the bad point. # -test_output_expect_success "--bisect l5 ^root" 'git-rev-list $_bisect_option l5 ^root' <