projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85a8cd
)
mesa: use .cherry-ignore in the get-pick-list.sh script
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Mon, 22 Oct 2012 19:18:17 +0000
(21:18 +0200)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Wed, 14 Nov 2012 19:45:33 +0000
(20:45 +0100)
NOTE: This is a candidate for the stable branches.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
bin/get-pick-list.sh
patch
|
blob
|
history
diff --git
a/bin/get-pick-list.sh
b/bin/get-pick-list.sh
index 72880907b1157b7540646b4501442c37cd20d4b8..a141afe265048a71ce454ffe424bff1667b443d2 100755
(executable)
--- 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