bin/get-{extra,fixes}-pick-list.sh: add support for ignore list
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Wed, 5 Apr 2017 18:14:22 +0000 (20:14 +0200)
committerJuan A. Suarez Romero <jasuarez@igalia.com>
Thu, 20 Apr 2017 08:28:21 +0000 (10:28 +0200)
commit99b41631bb98d154df3dd01f17edd5e5a6a7d1f1
tree683265f5ba22a0f3a69e60b007b60ba85de68bc1
parent8a7e3693c8efe540256739eff233b2e88ab293a6
bin/get-{extra,fixes}-pick-list.sh: add support for ignore list

Both scripts does not use a file with the commits to ignore. So if we
have handled one of the suggested commits and decided we won't pick it,
the scripts will continue suggesting them.

v2:
- Mark the candidates in bin/get-extra-pick-list.sh (Juan A. Suarez)
- Use bin/.cherry-ignore to store rejected patches (Emil)

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
bin/get-extra-pick-list.sh
bin/get-fixes-pick-list.sh