Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: make the todo_list structure public
[gitweb.git]
/
pretty.c
diff --git
a/pretty.c
b/pretty.c
index 53e4db12cf6f0d0db8561935aafe2801a9864c06..b83a3ecd2331af7f2e7e03bd76336cde3c2a6dfc 100644
(file)
--- a/
pretty.c
+++ b/
pretty.c
@@
-1312,6
+1312,9
@@
static size_t format_commit_one(struct strbuf *sb, /* in UTF-8 */
if (skip_prefix(placeholder, "(trailers", &arg)) {
struct process_trailer_options opts = PROCESS_TRAILER_OPTIONS_INIT;
+
+ opts.no_divider = 1;
+
if (*arg == ':') {
arg++;
for (;;) {