Merge branch 'ta/doc-cleanup'
[git.git] / revision.c
index d7d621cdbf224f5a2bc1780e9602dcd3d08c1d57..95d21e6472921ab993373ef1848357379440d46e 100644 (file)
@@ -2242,7 +2242,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 */