From: Dylan Baker Date: Mon, 21 May 2018 17:28:34 +0000 (-0700) Subject: bin/bugzilla_mesa.sh: explicitly set the --pretty argument X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a639bdb810f89a9ab1018619bd2d8e9cad58a14;p=mesa.git bin/bugzilla_mesa.sh: explicitly set the --pretty argument Signed-off-by: Dylan Baker Reviewed-by: Kenneth Graunke Reviewed-by: Andres Gomez --- diff --git a/bin/bugzilla_mesa.sh b/bin/bugzilla_mesa.sh index a8f5305844b..9095bc9deea 100755 --- a/bin/bugzilla_mesa.sh +++ b/bin/bugzilla_mesa.sh @@ -23,7 +23,7 @@ echo "
    " echo "" # extract fdo urls from commit log -git log $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\ +git log --pretty=medium $* | grep 'bugs.freedesktop.org/show_bug' | sed -e $trim_before | sort -n -u | sed -e $use_after |\ while read url do id=$(echo $url | cut -d'=' -f2)