]> 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:21:17 +0000 (10:21 +0000)
commitd2631287d1fee379be41b2c11187bc3ee4c0a7f9
treec7ee572402567901da9dd9d7d57698a0ae696e74
parentc1379f1c75ae0c0db82c560e3e8adb5d82572220
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>
(cherry picked from commit d254d1e36cd2acf830e5977920ca2ec6370fbd69)
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