bin/get-pick-list: use --oneline=pretty instead of --oneline
authorDylan Baker <dylan@pnwbakers.com>
Mon, 23 Sep 2019 18:05:16 +0000 (11:05 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 25 Sep 2019 17:50:19 +0000 (17:50 +0000)
--oneline shortens hashes, while --oneline=pretty doesn't, otherwise
they are the same. Having full hashes is convenient as that is the
format that the bin/.cherry-ignore script requires to work correctly.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
bin/get-pick-list.sh

index 1db6884d4ab65d99c99937804a3ea2a1541005be..40a1388f96cf52f50423b217ad8301aad36915cd 100755 (executable)
@@ -143,7 +143,7 @@ do
        esac
 
        printf "[ %8s ] " "$tag"
-       git --no-pager show --no-patch --oneline $sha
+       git --no-pager show --no-patch --pretty=oneline $sha
 done
 
 rm -f already_picked