]> git.ipfire.org Git - thirdparty/git.git/blobdiff - log-tree.c
Sync with 2.16.6
[thirdparty/git.git] / log-tree.c
index 22b2fb6c581743392d9315b7a5d5ca4d2259aea9..bdf23c5f7b89eda2997057285d1fff64acb0d30c 100644 (file)
@@ -499,7 +499,7 @@ static void show_one_mergetag(struct commit *commit,
        int status, nth;
        size_t payload_size, gpg_message_offset;
 
-       hash_object_file(extra->value, extra->len, typename(OBJ_TAG), &oid);
+       hash_object_file(extra->value, extra->len, type_name(OBJ_TAG), &oid);
        tag = lookup_tag(&oid);
        if (!tag)
                return; /* error message already given */