X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=log-tree.c;h=27afcf697238a48c01dd49996f5263cd72a52eac;hb=57017b3e1554b169f3db52a7f8da4e359d043ca8;hp=0fdf159f8098532e3ed77251d36e163b695310ba;hpb=b0b3a241e2ca1ba5b928a128b6dcafb990df6e75;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);