Mesa (9.2): get-pick-list.sh: Onlly show commits specifically tagged for 9. 2.

Carl Worth cworth at kemper.freedesktop.org
Wed Nov 13 01:01:17 UTC 2013


Module: Mesa
Branch: 9.2
Commit: 9b8c5847e61e7e6d4f6411606055ba608710cac8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b8c5847e61e7e6d4f6411606055ba608710cac8

Author: Carl Worth <cworth at cworth.org>
Date:   Tue Nov 12 16:45:59 2013 -0800

get-pick-list.sh: Onlly show commits specifically tagged for 9.2.

Now that the 10.0 branch has been created, we only consider patches for the
9.2 branch if the author specifically tags them for this branch.

---

 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 0902fd0..c145491 100755
--- a/bin/get-pick-list.sh
+++ b/bin/get-pick-list.sh
@@ -14,7 +14,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: .*[Cc]andidate\|CC:.*mesa-stable\)' HEAD..origin/master |\
+git log --reverse --pretty=%H -i --grep='^\([[:space:]]*NOTE: .*[Cc]andidate.*9\.2\|CC:.*9\.2.*mesa-stable\)' 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