bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 13 Feb 2017 00:32:21 +0000 (00:32 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 16 Feb 2017 15:17:52 +0000 (15:17 +0000)
commitd292f12d94b0a940e4534451f62d5afed812374b
tree8a0ab216eb36799af1414b4a9c0fcb1fffb19041
parent71e00d62ed2228a773a4f5abff98a16961e7f21c
bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed

The currently used range HEAD..origin/master is far too broad. It looks
for nominations within the already_landed list (branchpoint..HEAD).

Similarly we look for already_landed whiting the [possible] nominations
Rand branchpoint..origin/master.

Improve things by limiting the look ups to the branch point.

Cc: "13.0 17.0" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
bin/get-typod-pick-list.sh