[Mesa-dev] [PATCH 4/4] bin/get-pick-list.sh: add fixes handling
Emil Velikov
emil.l.velikov at gmail.com
Wed Nov 7 19:02:27 UTC 2018
On Wed, 7 Nov 2018 at 12:08, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> - fixes=`git show --pretty=medium -s $sha | tr -d "\n" | sed -e 's/fixes:[[:space:]]*/\nfixes:/Ig' | grep "fixes:" | sed -e 's/\(fixes:[a-zA-Z0-9]*\).*$/\1/'`
> + grep "fixes:" | sed -e 's/\(fixes:[a-fA-F0-9]*\).*$/\1/'`
I've changed the pattern here, I'll revert to the original and tweak
as follow up.
-Emil
More information about the mesa-dev
mailing list