Mesa (master): bin/get-pick-listh.sh: force git --pretty=medium

Dylan Baker dbaker at kemper.freedesktop.org
Wed May 23 16:54:51 UTC 2018


Module: Mesa
Branch: master
Commit: c8acfd5ab28e8134c9da6ce781180fa3df5967ca
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8acfd5ab28e8134c9da6ce781180fa3df5967ca

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Mon May 21 10:30:42 2018 -0700

bin/get-pick-listh.sh: force git --pretty=medium

Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Andres Gomez <agomez at igalia.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 1bd0b367d8..9e9a39e494 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
 




More information about the mesa-commit mailing list