bin/get-extra-pick-list: use git merge-base to get the branchpoint
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 13 Feb 2017 00:13:55 +0000 (00:13 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 16 Feb 2017 15:17:51 +0000 (15:17 +0000)
commitcb1947eac70f63d78835a5442017b1f3b7099d77
treeddc41696bacb9dec4e6265b39969e5f4d3023324
parent1c0a536a72990bd5388e6a7ab45a8fce5609a128
bin/get-extra-pick-list: use git merge-base to get the branchpoint

Since mesa development history is linear and the only diversion is at
the branchpoint. Thus we can drop the ad-hoc parsing and use git
merge-base to retrieve it.

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-extra-pick-list.sh