[Ovirt-devel] [PATCH release] ovirt.mk ($(SUBDIRS)): Remove the `+' in git's +next:next fetch spec.

Perry N. Myers pmyers at redhat.com
Wed Sep 24 18:24:17 UTC 2008


Jim Meyering wrote:
> ---
> Using a "+" in a fetch spec is undesirable unless
> it's for a frequently rebased branch, and "next" is not.

Ack

>  ovirt.mk |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/ovirt.mk b/ovirt.mk
> index 1abda7a..cf56c06 100644
> --- a/ovirt.mk
> +++ b/ovirt.mk
> @@ -52,7 +52,7 @@ $(SUBDIRS):
>  	@echo $(SUBDIR_SEP) $@
>  	@test -d $@ && : || git clone $(OVIRT_GIT_SERVER)/ovirt-$@ $@
>  	@cd $@ && { test "$(OVIRT_BRANCH)" = "master" || \
> -	  git config remote.origin.fetch +$(OVIRT_BRANCH):$(OVIRT_BRANCH) ; }
> +	  git config remote.origin.fetch $(OVIRT_BRANCH):$(OVIRT_BRANCH) ; }
>  	@cd $@ && git config format.subjectprefix "PATCH $@"
>  	@cd $@ && git pull -v && git checkout $(OVIRT_BRANCH)
> 
> --
> 1.6.0.2.307.gc427
> 
> _______________________________________________
> Ovirt-devel mailing list
> Ovirt-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/ovirt-devel

-- 
|=-        Red Hat, Engineering, Emerging Technologies, Boston        -=|
|=-                     Email: pmyers at redhat.com                      -=|
|=-         Office: +1 412 474 3552   Mobile: +1 703 362 9622         -=|
|=- GnuPG: E65E4F3D 88F9 F1C9 C2F3 1303 01FE 817C C5D2 8B91 E65E 4F3D -=|




More information about the ovirt-devel mailing list