[Mesa-dev] [PATCH 2/2] bin/get-pick-listh.sh: force git --pretty=medium

Dylan Baker dylan at pnwbakers.com
Mon May 21 17:32:05 UTC 2018


Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
---
 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 1bd0b367d8b..9e9a39e494b 100755
--- a/bin/get-pick-list.sh
+++ b/bin/get-pick-list.sh
@@ -12,7 +12,7 @@
 latest_branchpoint=`git merge-base origin/master HEAD`
 
 # Grep for commits with "cherry picked from commit" in the commit message.
-git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
+git log --reverse --pretty=medium --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
 	grep "cherry picked from commit" |\
 	sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
 
-- 
2.17.0



More information about the mesa-dev mailing list