projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d95db6
)
mesa: simplify get-pick-list.sh script
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Fri, 19 Oct 2012 20:54:56 +0000
(22:54 +0200)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Tue, 23 Oct 2012 17:26:56 +0000
(19:26 +0200)
and add a description for the script
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 aae8fd544373274c1cdf01eff23de83e2f366e6e..ad97d06ea98f48a8eb26d041641d4f0331748e4e 100755
(executable)
--- a/
bin/get-pick-list.sh
+++ b/
bin/get-pick-list.sh
@@
-1,6
+1,8
@@
#!/bin/sh
-git log --reverse --pretty=oneline HEAD..origin/master | cut -d' ' -f1 |\
+# Script for generating a list of candidates for cherry-picking to a stable branch
+
+git log --reverse --pretty=%H HEAD..origin/master |\
while read sha
do
# Check to see whether the patch was marked as a candidate for the stable tree.