Message ID | nycvar.QRO.7.76.6.1904102354510.41@tvgsbejvaqbjf.bet (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dl/warn-tagging-a-tag, was Re: What's cooking in git.git (Apr 2019, #02; Wed, 10) | expand |
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes: > For me, this does not work without this squashed in: > > -- snipsnap -- > diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh > index 33a1d70b434d..7767cb1fab64 100755 > --- a/t/t7004-tag.sh > +++ b/t/t7004-tag.sh > @@ -1688,7 +1688,7 @@ test_expect_success '--points-at finds annotated tags of tags' ' > ' > > test_expect_success 'recursive tagging should give advice' ' > - sed -e 's/|$//' <<-EOF >expect && > + sed -e "s/|$//" <<-EOF >expect && Ah, that's quite an obvious fix. We should look out for sq inside the body of the test. Will squash in. Thanks.
diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 33a1d70b434d..7767cb1fab64 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1688,7 +1688,7 @@ test_expect_success '--points-at finds annotated tags of tags' ' ' test_expect_success 'recursive tagging should give advice' ' - sed -e 's/|$//' <<-EOF >expect && + sed -e "s/|$//" <<-EOF >expect && hint: You have created a nested tag. The object referred to by your new is hint: already a tag. If you meant to tag the object that it points to, use: hint: |