Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-send-email: remove garbage after email address
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index d7d621cdbf224f5a2bc1780e9602dcd3d08c1d57..95d21e6472921ab993373ef1848357379440d46e 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-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 */