and add a description for the script NOTE: This is a candidate for the stable branches. --- 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. -- 1.7.4.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev