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)
commit60861388e7a0dff46cd4c23cebd80164412fef51
tree1f1686902aea14f594ed7f9ee3d687ed6a900590
parentc8fa996dcfa9c7c31baaec2eb32b1f78f8286c8c
bin/get-pick-list: use --oneline=pretty instead of --oneline

--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