mesa: Modify candidate search string
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 5 Mar 2013 22:51:26 +0000 (14:51 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 5 Mar 2013 22:54:11 +0000 (14:54 -0800)
Several commits on master for the 9.1 branch had "NOTE" messages in a
slightly different format.

NOTE: This is a candidate for stable branches

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
bin/get-pick-list.sh

index a141afe..d3ac511 100755 (executable)
@@ -8,7 +8,7 @@ git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
        sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
 
 # Grep for commits that were marked as a candidate for the stable tree.
-git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
+git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: .*[Cc]andidate' HEAD..origin/master |\
 while read sha
 do
        # Check to see whether the patch is on the ignore list.