summaryrefslogtreecommitdiff
path: root/t/t4013
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2007-10-09 16:35:22 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-10-16 00:24:27 (GMT)
commit304b5af64f9b5a6b5e9455e2dcab381c568452b6 (patch)
tree475eab770fc6f36a88593ba7b17f958c0ad9fb4f /t/t4013
parent99516e35d096f41e7133cacde8fbed8ee9a3ecd0 (diff)
downloadgit-304b5af64f9b5a6b5e9455e2dcab381c568452b6.zip
git-304b5af64f9b5a6b5e9455e2dcab381c568452b6.tar.gz
git-304b5af64f9b5a6b5e9455e2dcab381c568452b6.tar.bz2
Clean up "git log" format with DIFF_FORMAT_NO_OUTPUT
This fixes an unnecessary empty line that we add to the log message when we generate diffs, but don't actually end up printing any due to having DIFF_FORMAT_NO_OUTPUT set. This can happen with pickaxe or with rename following. The reason is that we normally add an empty line between the commit and the diff, but we do that even for the case where we've then suppressed the actual printing of the diff. This also updates a couple of tests that assumed the extraneous empty line would exist at the end of output. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 't/t4013')
-rw-r--r--t/t4013/diff.log_-SF_master1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4013/diff.log_-SF_master b/t/t4013/diff.log_-SF_master
index 6162ed2..c1599f2 100644
--- a/t/t4013/diff.log_-SF_master
+++ b/t/t4013/diff.log_-SF_master
@@ -4,5 +4,4 @@ Author: A U Thor <author@example.com>
Date: Mon Jun 26 00:02:00 2006 +0000
Third
-
$