]> git.ozlabs.org Git - patchwork/commit
[encoding] Don't output patch mbox as quoted-printable
authorJeremy Kerr <jk@ozlabs.org>
Tue, 7 Oct 2008 02:32:27 +0000 (13:32 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 7 Oct 2008 02:32:27 +0000 (13:32 +1100)
commit65404776f7f0e975737a5c8c69dc0b2ae5fe93da
tree252e6d64092c0c44dc54103e05fa14ee2360a383
parente0fac2b893fd69caedd00c9256ac1e59c8dcbc9b
[encoding] Don't output patch mbox as quoted-printable

git-am doesn't like quoted-printable, so output mbox files as raw 7- or
8-bit mbox files. This means we have to create a new MIMEText class, so
that the content isn't automatically QP-encoded on __init__().

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/models.py
apps/patchwork/tests/encodings.py