OSDN Git Service

bin/get-fixes-pick-list.sh: bring back the warning
authorAndres Gomez <agomez@igalia.com>
Mon, 8 May 2017 17:57:35 +0000 (20:57 +0300)
committerAndres Gomez <agomez@igalia.com>
Fri, 12 May 2017 21:52:34 +0000 (00:52 +0300)
commitb7af0ddfef882b2e82db953ff0d3e57843604525
treec203f3db3968757744e9442e662abbc53ff97b01
parent0dead448dd613413556782dab7b0d0163702236f
bin/get-fixes-pick-list.sh: bring back the warning

We warn again if there are more than one line with the "fixes:" tag.

The warning is silenced when the commit has already landed or each
fixes tag reference a commit that is in branch.

v2:
 - Warn if any of the fixes tags has not landed (Emil)

v3:
 - Remove unnecessary head command
 - Clarify commit message (Emil)
 - Skip already picked commits sooner (Emil)

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