Module: Mesa Branch: master Commit: 674f9239b95847e84d036ec084edc6c780bcf604 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=674f9239b95847e84d036ec084edc6c780bcf604
Author: Ian Romanick <[email protected]> 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 <[email protected]> --- 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
