X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=log-tree.c;h=27afcf697238a48c01dd49996f5263cd72a52eac;hb=cab1b013e6f7cc52806926a792c6798f4c7ac4be;hp=0fdf159f8098532e3ed77251d36e163b695310ba;hpb=0b4ae29f0328fb8c270030abad132e8f50e05381;p=git.git diff --git a/log-tree.c b/log-tree.c index 0fdf159f8..27afcf697 100644 --- a/log-tree.c +++ b/log-tree.c @@ -284,6 +284,7 @@ void show_log(struct rev_info *opt) struct pretty_print_context ctx = {0}; opt->loginfo = NULL; + ctx.show_notes = opt->show_notes; if (!opt->verbose_header) { graph_show_commit(opt->graph);