summaryrefslogtreecommitdiff
path: root/bin/get-pick-list.sh
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-10-19 22:54:56 +0200
committerAndreas Boll <andreas.boll.dev@gmail.com>2012-10-23 19:26:56 +0200
commitfa27a0db43ba7ef8fdad41b5ad2bd6b45ba34b90 (patch)
tree8c60c902bab693bf99e4bf88078efa8e4542a6d5 /bin/get-pick-list.sh
parent2d95db660e20787bcfe6af55569299515b434971 (diff)
mesa: simplify get-pick-list.sh script
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>
Diffstat (limited to 'bin/get-pick-list.sh')
-rwxr-xr-xbin/get-pick-list.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index aae8fd54437..ad97d06ea98 100755
--- 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.