[Mesa-dev] [PATCH 3/3] mesa: use .cherry-ignore in the get-pick-list.sh script

Andreas Boll andreas.boll.dev at gmail.com
Fri Nov 9 02:18:45 PST 2012


NOTE: This is a candidate for the stable branches.
---
 bin/get-pick-list.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index 7288090..a141afe 100755
--- a/bin/get-pick-list.sh
+++ b/bin/get-pick-list.sh
@@ -12,8 +12,8 @@ git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate'
 while read sha
 do
 	# Check to see whether the patch is on the ignore list.
-	if [ -f .git/cherry-ignore ] ; then
-		if grep -q ^$sha .git/cherry-ignore ; then
+	if [ -f bin/.cherry-ignore ] ; then
+		if grep -q ^$sha bin/.cherry-ignore ; then
 			continue
 		fi
 	fi
-- 
1.7.4.1



More information about the mesa-dev mailing list