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