Remove the assert in CommitData.parse() function
[stgit] / templates / mailattch.tmpl
1 From: %(sender)s
2 Subject: [%(prefix)sPATCH%(version)s%(number)s] %(shortdescr)s
3 Mime-Version: 1.0
4 Content-Type: multipart/mixed; boundary=MIMEBOUNDARY
5
6 This is a MIME message.
7
8 --MIMEBOUNDARY
9 Content-Type: text/plain
10 Content-Disposition: inline
11
12 %(fromauth)s%(longdescr)s
13 ---
14 %(diffstat)s
15 --MIMEBOUNDARY
16 Content-Type: text/plain; name=%(patch)s.patch
17 Content-Disposition: attachment; filename=%(patch)s.patch
18
19 %(diff)s
20 --MIMEBOUNDARY--