Merge branch 'jk/smart-http-protocol-doc-fix'
[gitweb.git] / builtin / tag.c
index 26f8d5136528bb5e92e1f3b78bde7a37f4188f1e..8c493a569f75825133f611abc17ed267d2b1e08c 100644 (file)
@@ -221,7 +221,7 @@ static void create_tag(const struct object_id *object, const char *tag,
                    "tag %s\n"
                    "tagger %s\n\n",
                    oid_to_hex(object),
-                   typename(type),
+                   type_name(type),
                    tag,
                    git_committer_info(IDENT_STRICT));