From: Jeff King Date: Fri, 13 Apr 2018 21:18:34 +0000 (-0600) Subject: gpg-interface: extract gpg line matching helper X-Git-Tag: v2.18.0-rc0~84^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f68f2dd57f55e0b1782b20b615dd7a96d7fb6a41?hp=f68f2dd57f55e0b1782b20b615dd7a96d7fb6a41 gpg-interface: extract gpg line matching helper Let's separate the actual line-by-line parsing of signatures from the notion of "is this a gpg signature line". That will make it easier to do more refactoring of this loop in future patches. Signed-off-by: Jeff King Signed-off-by: Ben Toews Signed-off-by: Junio C Hamano ---