summaryrefslogtreecommitdiff
path: root/builtin/tag.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-19 07:45:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-19 07:45:26 (GMT)
commit1294160b27d1c673e4ae8b47eba359a8266a623d (patch)
tree59864648315d5be6f6bded1f962a4aebe7b1c7cb /builtin/tag.c
parentab15ad1a3b4b04a29415aef8c9afa2f64fc194a2 (diff)
parenta54b2ab345c4e50e2adfbdeab7d716f5be77a6b3 (diff)
downloadgit-1294160b27d1c673e4ae8b47eba359a8266a623d.zip
git-1294160b27d1c673e4ae8b47eba359a8266a623d.tar.gz
git-1294160b27d1c673e4ae8b47eba359a8266a623d.tar.bz2
Merge branch 'dl/warn-tagging-a-tag'
Typofix. * dl/warn-tagging-a-tag: tag: fix typo in nested tagging hint
Diffstat (limited to 'builtin/tag.c')
-rw-r--r--builtin/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/tag.c b/builtin/tag.c
index 1debd3a..ef37dcc 100644
--- a/builtin/tag.c
+++ b/builtin/tag.c
@@ -207,7 +207,7 @@ struct create_tag_options {
};
static const char message_advice_nested_tag[] =
- N_("You have created a nested tag. The object referred to by your new is\n"
+ N_("You have created a nested tag. The object referred to by your new tag is\n"
"already a tag. If you meant to tag the object that it points to, use:\n"
"\n"
"\tgit tag -f %s %s^{}");