Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: record buffer length in cache
[gitweb.git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index e9ef8abd3712d9f4e7a323730d2d84704fc453d0..444702163a0e80a5583c1bf3a82fa96e0da698fd 100644
(file)
--- a/
log-tree.c
+++ b/
log-tree.c
@@
-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) {