cherry-checker: fix: don't choke on semicolons in the commit message title
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 3 Oct 2019 21:34:14 +0000 (23:34 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 3 Oct 2019 21:45:59 +0000 (23:45 +0200)
commite3587da72ead14568de95a8fb1cf8198f71e4200
treec2372ccee95c12d6a38b85fff8ef29f8ea9e8042
parent571c0af75c9dc840757b5478c83a14d49af84bee
cherry-checker: fix: don't choke on semicolons in the commit message title

The semicolon is used as separator for the git output, so make sure
to stop the line.split() after the third separator, otherwise the
subject line might get split further.

(see openssl/openssl@bd01733fdd Fix comment; unchecked->checked)

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/43)
review-tools/cherry-checker