[Mesa-dev] [PATCH 1/2] bin/bugzilla_mesa.sh: explicitly set the --pretty argument
Kenneth Graunke
kenneth at whitecape.org
Tue May 22 16:24:24 UTC 2018
On Monday, May 21, 2018 10:32:04 AM PDT Dylan Baker wrote:
> Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
> ---
> bin/bugzilla_mesa.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 "<ul>"
> 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)
>
Series is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180522/5fb154ac/attachment.sig>
More information about the mesa-dev
mailing list