Documentation: decribe format-patch --notes
[gitweb.git] / revision.c
index a09e60bedbbbf2c6bdeeacc3d1032bcc1be9cb55..ddfba11ca806e13990123432453e3d1cc56e9feb 100644 (file)
@@ -2236,7 +2236,7 @@ static int commit_match(struct commit *commit, struct rev_info *opt)
                if (!buf.len)
                        strbuf_addstr(&buf, commit->buffer);
                format_display_notes(commit->object.sha1, &buf,
-                                    get_log_output_encoding(), 0);
+                                    get_log_output_encoding(), 1);
        }
 
        /* Find either in the commit object, or in the temporary */