From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 24 Sep 2005 10:46:23 +0000 (+0200) Subject: Fix earlier "import quilt patches" patch X-Git-Tag: v0.7~7 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/d4c43e19eca9026da737ea26f39d924389239e4a?ds=inline;hp=d4c43e19eca9026da737ea26f39d924389239e4a Fix earlier "import quilt patches" patch From: Paolo 'Blaisorblade' Giarrusso I forgot to update all cases - I updated __parse_mail, not __parse_patch, so refactor together this duplication and use the fixed version. Btw, I don't like those regexps - they'd match in the middle of line too. What about adding ^ to their beginning like for the "^Index: " regexp? Signed-off-by: Paolo 'Blaisorblade' Giarrusso ---