[Mesa-dev] [PATCH] bin/get-pick-list.sh: fix the oneline printing

Juan A. Suarez Romero jasuarez at igalia.com
Mon Jan 14 09:12:36 UTC 2019


On Fri, 2019-01-11 at 16:42 +0200, Andres Gomez wrote:
> "--summary" will also print extended header information such as
> creations, renames and mode changes.
> 
> Let's just use "-s", which suppresses the diff output.

Reviewed-by: Juan A. Suarez <jasuarez at igalia.com>


	J.A.
> 
> Fixes: 559c32d2412 ("bin/get-pick-list.sh: simplify git oneline printing")
> Cc: Juan A. Suarez <jasuarez at igalia.com>
> Cc: Eric Engestrom <eric.engestrom at intel.com>
> Cc: Dylan Baker <dylan at pnwbakers.com>
> Cc: Emil Velikov <emil.velikov at collabora.com>
> Signed-off-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 3099fc69413..d71ff4a708a 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 --summary --oneline $sha
> +	git --no-pager show -s --oneline $sha
>  done
>  
>  rm -f already_picked



More information about the mesa-dev mailing list