]> git.ipfire.org Git - thirdparty/git.git/blobdiff - log-tree.c
Merge branch 'fr_v2.17.0' of git://github.com/jnavila/git
[thirdparty/git.git] / log-tree.c
index fc0cc0d6d11cbec37b87004f3a56cc4c5495bc72..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 */
@@ -659,9 +659,6 @@ void show_log(struct rev_info *opt)
                show_mergetag(opt, commit);
        }
 
-       if (!get_cached_commit_buffer(commit, NULL))
-               return;
-
        if (opt->show_notes) {
                int raw;
                struct strbuf notebuf = STRBUF_INIT;