summaryrefslogtreecommitdiff
path: root/t/t4013/diff.diff-tree_--summary_initial_mode
AgeCommit message (Collapse)AuthorFilesLines
2017-09-28diff: correct newline in summary for renamed filesLibravatar Stefan Beller1-0/+3
In 146fdb0dfe (diff.c: emit_diff_symbol learns about DIFF_SYMBOL_SUMMARY, 2017-06-29), the conversion from direct printing to the symbol emission dropped the new line character for renamed, copied and rewritten files. Add the emission of a newline, add a test for this case. Reported-by: Linus Torvalds <torvalds@linux-foundation.org> Helped-by: Jeff King <peff@peff.net> Signed-off-by: Stefan Beller <sbeller@google.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>