From: Samuel Tardieu Date: Mon, 4 Aug 2008 13:59:12 +0000 (+0200) Subject: Do not insert an empty line before the diffstat info X-Git-Tag: v0.15-rc1~173 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/9164e8e28f607a669b5e6b1d44d811b7397175c7 Do not insert an empty line before the diffstat info 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 Signed-off-by: Karl Hasselström --- diff --git a/templates/mailattch.tmpl b/templates/mailattch.tmpl index 430b341..70d2df0 100644 --- a/templates/mailattch.tmpl +++ b/templates/mailattch.tmpl @@ -11,7 +11,6 @@ Content-Disposition: inline %(fromauth)s%(longdescr)s --- - %(diffstat)s --MIMEBOUNDARY Content-Type: text/plain; name=%(patch)s.patch diff --git a/templates/patchexport.tmpl b/templates/patchexport.tmpl index e7f3481..11f2075 100644 --- a/templates/patchexport.tmpl +++ b/templates/patchexport.tmpl @@ -4,6 +4,5 @@ From: %(authname)s <%(authemail)s> %(longdescr)s --- - %(diffstat)s diff --git a/templates/patchmail.tmpl b/templates/patchmail.tmpl index f5c35c2..7d4022a 100644 --- a/templates/patchmail.tmpl +++ b/templates/patchmail.tmpl @@ -3,6 +3,5 @@ Subject: [%(prefix)sPATCH%(version)s%(number)s] %(shortdescr)s %(fromauth)s%(longdescr)s --- - %(diffstat)s %(diff)s