Do not insert an empty line before the diffstat info
authorSamuel Tardieu <sam@rfc1149.net>
Mon, 4 Aug 2008 13:59:12 +0000 (15:59 +0200)
committerKarl Hasselström <kha@treskal.com>
Mon, 4 Aug 2008 14:14:30 +0000 (16:14 +0200)
To make the format of stg output closer to the plain git one, do
not insert an empty line between the "---" separator and the
diffstat information.

Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Signed-off-by: Karl Hasselström <kha@treskal.com>
templates/mailattch.tmpl
templates/patchexport.tmpl
templates/patchmail.tmpl

index 430b341..70d2df0 100644 (file)
@@ -11,7 +11,6 @@ Content-Disposition: inline
 
 %(fromauth)s%(longdescr)s
 ---
-
 %(diffstat)s
 --MIMEBOUNDARY
 Content-Type: text/plain; name=%(patch)s.patch
index e7f3481..11f2075 100644 (file)
@@ -4,6 +4,5 @@ From: %(authname)s <%(authemail)s>
 
 %(longdescr)s
 ---
-
 %(diffstat)s
 
index f5c35c2..7d4022a 100644 (file)
@@ -3,6 +3,5 @@ Subject: [%(prefix)sPATCH%(version)s%(number)s] %(shortdescr)s
 
 %(fromauth)s%(longdescr)s
 ---
-
 %(diffstat)s
 %(diff)s