Mesa (master): mesa: simplify get-pick-list.sh script

Andreas Boll ab at kemper.freedesktop.org
Tue Oct 23 17:28:27 UTC 2012


Module: Mesa
Branch: master
Commit: fa27a0db43ba7ef8fdad41b5ad2bd6b45ba34b90
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa27a0db43ba7ef8fdad41b5ad2bd6b45ba34b90

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Fri Oct 19 22:54:56 2012 +0200

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 at intel.com>

---

 bin/get-pick-list.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index aae8fd5..ad97d06 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.




More information about the mesa-commit mailing list