get-pick-list: Add --pretty=medium to the arguments for Cc patches
authorDylan Baker <dylan@pnwbakers.com>
Tue, 12 Feb 2019 22:03:21 +0000 (14:03 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 13 Feb 2019 16:59:30 +0000 (08:59 -0800)
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>
bin/get-pick-list.sh

index 15f0e7d4a34b363bc0a35552fff0b6a39b6a667d..8fa4f438771680f72c0faeb64f3e6bb281c8fdc6 100755 (executable)
 
 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=