Mesa (staging/19.2): bin/get-pick-list: use --oneline=pretty instead of --oneline

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 23 18:32:12 UTC 2019


Module: Mesa
Branch: staging/19.2
Commit: e27644cc2e263c2bdfc0968d7dc056c28eb88464
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e27644cc2e263c2bdfc0968d7dc056c28eb88464

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Mon Sep 23 11:05:16 2019 -0700

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.

---

 bin/get-pick-list.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/get-pick-list.sh b/bin/get-pick-list.sh
index ac631c9ae3d..86a0c41938b 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




More information about the mesa-commit mailing list