Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refactor ref status logic for pushing
[gitweb.git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index 1675035d841c5984011ada3422192d82e945daf4..0fdf159f8098532e3ed77251d36e163b695310ba 100644
(file)
--- a/
log-tree.c
+++ b/
log-tree.c
@@
-411,6
+411,7
@@
void show_log(struct rev_info *opt)
ctx.date_mode = opt->date_mode;
ctx.abbrev = opt->diffopt.abbrev;
ctx.after_subject = extra_headers;
+ ctx.reflog_info = opt->reflog_info;
pretty_print_commit(opt->commit_format, commit, &msgbuf, &ctx);
if (opt->add_signoff)