summaryrefslogtreecommitdiffstats
path: root/lib/sql/migration/007-patch-pull-requests.sql
Commit message (Collapse)AuthorAgeFilesLines
* Add support for git-pull requestsJeremy Kerr2010-11-011-0/+6
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>