]> git.ipfire.org Git - thirdparty/git.git/blobdiff - log-tree.c
Sync with 2.15.3
[thirdparty/git.git] / log-tree.c
index fca29d4799da27164394a8c59da067a0522241fe..5c6b09034c5398758cdd33beb630f219768be79c 100644 (file)
@@ -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;