On Thu, Oct 24, 2024 at 02:47:20PM +0300, Andrew Kreimer wrote: > Interdiff against v1: > diff --git a/t/t5528-push-default.sh b/t/t5528-push-default.sh > index aecd03d69f..1305b1cc25 100755 > --- a/t/t5528-push-default.sh > +++ b/t/t5528-push-default.sh > @@ -147,7 +147,7 @@ test_expect_success 'push from/to new branch fails with upstream and simple ' ' > # - the default push succeeds > # > # A previous test expected this to fail, but for the wrong reasons: > -# it expected a fail because the branch is new and cannot be pushed, but > +# it expected to fail because the branch is new and cannot be pushed, but > # in fact it was failing because of an ambiguous remote > # > test_expect_failure 'push from/to new branch fails with matching ' ' Thanks, looks good to me. Let's start merging this one down. Thanks, Taylor