]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parser: Handle 'git-request-pull' mails from Git 2.14.3
authorStephen Finucane <stephen@that.guru>
Wed, 17 Jan 2018 19:39:36 +0000 (19:39 +0000)
committerStephen Finucane <stephen@that.guru>
Thu, 18 Jan 2018 10:20:43 +0000 (10:20 +0000)
commitd254d1e36cd2acf830e5977920ca2ec6370fbd69
tree319056bc1af56e255891d8847e0c474c2302c1b5
parent58160097f9571b808302226f02932c1bb0b68c57
parser: Handle 'git-request-pull' mails from Git 2.14.3

Make the regex case insensitive to catch both 'git' and 'Git'.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: #159
Reviewed-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
patchwork/parser.py
patchwork/tests/mail/0017-git-pull-request-git-2-14-3.mbox [new file with mode: 0644]
patchwork/tests/test_parser.py