diff options
author | 2017-09-27 15:51:26 -0700 | |
---|---|---|
committer | 2017-09-28 13:15:59 +0900 | |
commit | 58aaced4442a6daae1c82318f3f9259001714505 (patch) | |
tree | 07533df7a29931396385cc552eafe62cc2ef42d5 /t/t4013/diff.log_--decorate_--all | |
parent | diff: document the new --color-moved setting (diff) | |
download | tgif-58aaced4442a6daae1c82318f3f9259001714505.tar.xz |
diff: correct newline in summary for renamed files
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>
Diffstat (limited to 't/t4013/diff.log_--decorate_--all')
-rw-r--r-- | t/t4013/diff.log_--decorate_--all | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t4013/diff.log_--decorate_--all b/t/t4013/diff.log_--decorate_--all index 3aa16a9e42..d0f308ab2b 100644 --- a/t/t4013/diff.log_--decorate_--all +++ b/t/t4013/diff.log_--decorate_--all @@ -1,4 +1,10 @@ $ git log --decorate --all +commit b7e0bc69303b488b47deca799a7d723971dfa6cd (mode) +Author: A U Thor <author@example.com> +Date: Mon Jun 26 00:06:00 2006 +0000 + + update mode + commit cd4e72fd96faed3f0ba949dc42967430374e2290 (rearrange) Author: A U Thor <author@example.com> Date: Mon Jun 26 00:06:00 2006 +0000 |