bin/get-fixes-pick-list.sh: parse just the commit message
authorAndres Gomez <agomez@igalia.com>
Sat, 13 May 2017 00:11:07 +0000 (03:11 +0300)
committerAndres Gomez <agomez@igalia.com>
Thu, 15 Jun 2017 12:53:21 +0000 (15:53 +0300)
commitf1590363c9abdda1db30a077257c93888a35972b
treec6caaec918030bdefb1cf41a8a333fd6149c886a
parente8df89d2c511d6c787636e71ec60c35385ae7041
bin/get-fixes-pick-list.sh: parse just the commit message

We were parsing the whole diff, although the candidates were
identified only by the commit message.

Now, we only use the commit message for parsing.

Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Emil Velikov <emli.velikov@collabora.com>
bin/get-fixes-pick-list.sh