Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: decribe format-patch --notes
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index a09e60bedbbbf2c6bdeeacc3d1032bcc1be9cb55..ddfba11ca806e13990123432453e3d1cc56e9feb 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-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 */