gitignore: Add ChangeLog to .gitignore
[stgit.git] / templates / patchandattch.tmpl
blob63910a0aa50125b7a7ae4ca73d593e46ef2f6020
1 From: %(sender)s
2 Subject: [%(prefix)s%(pspace)sPATCH%(vspace)s%(version)s%(nspace)s%(number)s] %(shortdescr)s
3 Mime-Version: 1.0
4 Content-Type: multipart/mixed; boundary=MIMEBOUNDARY
6 This is a MIME message.
8 --MIMEBOUNDARY
9 Content-Type: text/plain
10 Content-Disposition: inline
12 %(fromauth)s%(longdescr)s
13 ---
14 %(diffstat)s
15 %(diff)s
16 ---
17 %(diffstat)s
18 --MIMEBOUNDARY
19 Content-Type: text/plain; name=%(patch)s.patch
20 Content-Disposition: attachment; filename=%(patch)s.patch
22 %(fromauth)s%(longdescr)s
23 ---
24 %(diffstat)s
25 %(diff)s
26 --MIMEBOUNDARY--