Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/strbuf-read-file-or-whine'
[gitweb.git]
/
builtin
/
rev-list.c
diff --git
a/builtin/rev-list.c
b/builtin/rev-list.c
index 48300d9e11733396610e81fbb00ee7d17a7dba66..d320b6f1e3bcbcd429d5e2baa94b453035572db7 100644
(file)
--- a/
builtin/rev-list.c
+++ b/
builtin/rev-list.c
@@
-134,7
+134,7
@@
static void show_commit(struct commit *commit, void *data)
else
putchar('\n');
- if (revs->verbose_header
&& get_cached_commit_buffer(commit, NULL)
) {
+ if (revs->verbose_header) {
struct strbuf buf = STRBUF_INIT;
struct pretty_print_context ctx = {0};
ctx.abbrev = revs->abbrev;