]> git.ozlabs.org Git - patchwork/commit
Add support for git-pull requests
authorJeremy Kerr <jk@ozlabs.org>
Fri, 22 Oct 2010 06:14:10 +0000 (14:14 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 1 Nov 2010 14:24:04 +0000 (10:24 -0400)
commitddb04aaac7d9875f1dfd7970944dab6aa6557099
tree0ee4cc15b728dd228fba03083ff4e81b53e572f2
parent3c1fe032cde2289a6ba2f87f09546e646d0e26bb
Add support for git-pull requests

Add a a pull_url to the Patch object, and update the parser to look for
git-pull style emails.

Requires SQL migration script.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/parsemail.py
apps/patchwork/models.py
apps/patchwork/tests/mail/0001-git-pull-request.mbox [new file with mode: 0644]
apps/patchwork/tests/patchparser.py
apps/patchwork/tests/utils.py
htdocs/css/style.css
lib/sql/migration/007-patch-pull-requests.sql [new file with mode: 0644]
templates/patchwork/patch.html