Mesa (master): mesa: Modify candidate search string

Ian Romanick idr at kemper.freedesktop.org
Tue Mar 5 22:54:22 UTC 2013


Module: Mesa
Branch: master
Commit: 674f9239b95847e84d036ec084edc6c780bcf604
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=674f9239b95847e84d036ec084edc6c780bcf604

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue Mar  5 14:51:26 2013 -0800

mesa: Modify candidate search string

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 at intel.com>

---

 bin/get-pick-list.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index a141afe..d3ac511 100755
--- a/bin/get-pick-list.sh
+++ b/bin/get-pick-list.sh
@@ -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.




More information about the mesa-commit mailing list