summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-09-23 11:05:16 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-09-25 17:50:19 +0000
commit60861388e7a0dff46cd4c23cebd80164412fef51 (patch)
tree1f1686902aea14f594ed7f9ee3d687ed6a900590 /bin
parentc8fa996dcfa9c7c31baaec2eb32b1f78f8286c8c (diff)
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>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-pick-list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index 1db6884d4ab..40a1388f96c 100755
--- a/bin/get-pick-list.sh
+++ b/bin/get-pick-list.sh
@@ -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