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