]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/tag.c
object: rename function 'typename' to 'type_name'
[thirdparty/git.git] / builtin / tag.c
index a7e6a5b0f234a95fb45a71d7e9aa7f0baa2b47f8..7e0881fba94f6cf399e355320707d80987bade09 100644 (file)
@@ -220,7 +220,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));