On Mon, Apr 20, 2020 at 06:13:15PM -0600, Taylor Blau wrote: > Subject: [PATCH] diff-tree.c: load notes machinery when required > [...] > + memset(&w, 0, sizeof(w)); > + userformat_find_requirements(NULL, &w); > + > + if (!opt->show_notes_given && w.notes) > + opt->show_notes = 1; > + if (opt->show_notes) > + load_display_notes(&opt->notes_opt); > + Thanks, this version looks good. -Peff