commit: record buffer length in cache
[gitweb.git] / log-tree.c
index e9ef8abd3712d9f4e7a323730d2d84704fc453d0..444702163a0e80a5583c1bf3a82fa96e0da698fd 100644 (file)
@@ -588,7 +588,7 @@ void show_log(struct rev_info *opt)
                show_mergetag(opt, commit);
        }
 
-       if (!get_cached_commit_buffer(commit))
+       if (!get_cached_commit_buffer(commit, NULL))
                return;
 
        if (opt->show_notes) {