summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-02-12 14:03:21 -0800
committerEmil Velikov <emil.l.velikov@gmail.com>2019-02-15 11:40:11 +0000
commit08ab660bf549c504e951cb6e2bcadca68d44c191 (patch)
tree3a2b70e6906591e4fca29e3c356a6e1392112c0b /bin
parent4bb51927aab1f42cf9cb4f65b14939fe553296d1 (diff)
get-pick-list: Add --pretty=medium to the arguments for Cc patches
Because none of them have been picked up for 19.0 due to this bug being reintroduced. v2: - Fix fixes tags Fixes: e6b3a3b2014413366110f6deeced8095e7262b1d ("bin/get-pick-list.sh: handle "typod" usecase.") Fixes: fac10169bbad2da918ef07a62c01e0b321508cfe ("bin/get-pick-list.sh: prefix output with "[stable] "") Reviewed-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit aff52dd2c61eb8d1b03cebbcca7e070ffa48afdf)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-pick-list.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index 15f0e7d4a34..8fa4f438771 100755
--- a/bin/get-pick-list.sh
+++ b/bin/get-pick-list.sh
@@ -13,12 +13,12 @@
is_stable_nomination()
{
- git show --summary "$1" | grep -q -i -o "CC:.*mesa-stable"
+ git show --pretty=medium --summary "$1" | grep -q -i -o "CC:.*mesa-stable"
}
is_typod_nomination()
{
- git show --summary "$1" | grep -q -i -o "CC:.*mesa-dev"
+ git show --pretty=medium --summary "$1" | grep -q -i -o "CC:.*mesa-dev"
}
fixes=