File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ struct create_tag_options {
207
207
};
208
208
209
209
static const char message_advice_nested_tag [] =
210
- N_ ("You have created a nested tag. The object referred to by your new is\n"
210
+ N_ ("You have created a nested tag. The object referred to by your new tag is\n"
211
211
"already a tag. If you meant to tag the object that it points to, use:\n"
212
212
"\n"
213
213
"\tgit tag -f %s %s^{}" );
Original file line number Diff line number Diff line change @@ -1702,7 +1702,7 @@ test_expect_success '--points-at finds annotated tags of tags' '
1702
1702
1703
1703
test_expect_success ' recursive tagging should give advice' '
1704
1704
sed -e "s/|$//" <<-EOF >expect &&
1705
- hint: You have created a nested tag. The object referred to by your new is
1705
+ hint: You have created a nested tag. The object referred to by your new tag is
1706
1706
hint: already a tag. If you meant to tag the object that it points to, use:
1707
1707
hint: |
1708
1708
hint: git tag -f nested annotated-v4.0^{}
You can’t perform that action at this time.
0 commit comments