[PATCH] qf: remove non-existent argument

Rodrigo Vivi rodrigo.vivi at intel.com
Wed Apr 4 16:40:41 UTC 2018


On Fri, Mar 30, 2018 at 07:11:38PM -0700, Lucas De Marchi wrote:
> qf_setup expects only one argument and branch_init none.

I don't know where exactly that came from or what changed in between,
but this seems right.

> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>

Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>

> ---
>  qf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qf b/qf
> index 1d61b2ad7692..629f1b349a1f 100755
> --- a/qf
> +++ b/qf
> @@ -230,7 +230,7 @@ function qf_setup
>  		baseline=$(git rev-parse $1)
>  		remote=$(git config branch.$branch.remote)
>  
> -		branch_init $2
> +		branch_init
>  	fi
>  }
>  
> -- 
> 2.14.3
> 
> _______________________________________________
> dim-tools mailing list
> dim-tools at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dim-tools


More information about the dim-tools mailing list