[Intel-gfx] [PATCH v4 maintainer-tools] qf: Use git remote rm instead of git remote remove
Daniel Vetter
daniel at ffwll.ch
Mon Jul 7 17:31:52 CEST 2014
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 <damien.lespiau at intel.com>
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
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
More information about the Intel-gfx
mailing list