Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bisect--helper: rewrite `check_term_format` shell function in C
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 4da0714cb5c4147defe9bb59685cf0f68c63bdc0..69f03570adf6cf2c3642aea1fb0dba5011ef966f 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-5272,6
+5272,7
@@
static void show_mode_change(struct diff_options *opt, struct diff_filepair *p,
strbuf_addch(&sb, ' ');
quote_c_style(p->two->path, &sb, NULL, 0);
}
+ strbuf_addch(&sb, '\n');
emit_diff_symbol(opt, DIFF_SYMBOL_SUMMARY,
sb.buf, sb.len, 0);
strbuf_release(&sb);