On Tue, Jun 24, 2014 at 05:20:36PM +0100, Damien Lespiau wrote:
> 'remove' is not recognized is a slightly older git (1.7.9.5) on a
> slightly older distro. Use 'rm' instead, which also work on the git
> version listing 'remove' in git remote help (1.8.3.1).
> 
> Signed-off-by: Damien Lespiau <[email protected]>

Merged, thanks for the patch.
-Daniel

> ---
>  qf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qf b/qf
> index 67a3ba6..adf95ca 100755
> --- a/qf
> +++ b/qf
> @@ -125,7 +125,7 @@ function repo_init
>       # setup for quilt patch repo
>       git clone --local --no-checkout -- . patches
>       cd patches
> -     git remote remove origin
> +     git remote rm origin
>  
>       # include remotes and branches and all that from parent repo
>       git config include.path ../../.git/config
> -- 
> 1.8.3.1
> 
> _______________________________________________
> Intel-gfx mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to