Re: [PATCH] parser: Fix parsing of pull request emails with CRLF line endings on Python 2

2018-01-18 Thread Daniel Axtens
Stephen Finucane writes: > On Tue, 2018-01-09 at 23:56 +, Stephen Finucane wrote: >> On Tue, 2018-01-09 at 12:01 +1100, Andrew Donnellan wrote: >> > On 09/01/18 11:56, Daniel Axtens wrote: >> > > > diff --git a/patchwork/parser.py b/patchwork/parser.py >> > > > index 1568bc4..7c677db 100644 >

Re: [PATCH] parser: Fix parsing of pull request emails with CRLF line endings on Python 2

2018-01-18 Thread Andrew Donnellan
On 19/01/18 00:24, Stephen Finucane wrote: On Tue, 2018-01-09 at 23:56 +, Stephen Finucane wrote: On Tue, 2018-01-09 at 12:01 +1100, Andrew Donnellan wrote: On 09/01/18 11:56, Daniel Axtens wrote: diff --git a/patchwork/parser.py b/patchwork/parser.py index 1568bc4..7c677db 100644 --- a/pa

Re: [PATCH v2] Avoid timezone confusion

2018-01-18 Thread Veronika Kabatova
- Original Message - > From: "Stephen Finucane" > To: vkaba...@redhat.com, patchwork@lists.ozlabs.org > Sent: Wednesday, January 17, 2018 8:22:27 PM > Subject: Re: [PATCH v2] Avoid timezone confusion > > On Wed, 2018-01-17 at 19:18 +, Stephen Finucane wrote: > > On Tue, 2018-01-16 a

Re: [PATCH] parser: Fix parsing of pull request emails with CRLF line endings on Python 2

2018-01-18 Thread Stephen Finucane
On Tue, 2018-01-09 at 23:56 +, Stephen Finucane wrote: > On Tue, 2018-01-09 at 12:01 +1100, Andrew Donnellan wrote: > > On 09/01/18 11:56, Daniel Axtens wrote: > > > > diff --git a/patchwork/parser.py b/patchwork/parser.py > > > > index 1568bc4..7c677db 100644 > > > > --- a/patchwork/parser.py

Re: [PATCH] parser: Handle 'git-request-pull' mails from Git 2.14.3

2018-01-18 Thread Stephen Finucane
On Thu, 2018-01-18 at 16:59 +1100, Daniel Axtens wrote: > Stephen Finucane writes: > > > Make the regex case insensitive to catch both 'git' and 'Git'. > > > > Signed-off-by: Stephen Finucane > > > > Fixes: #159 > > --- > > patchwork/parser.py| 2 +- > > ...