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

Jim Meyering jim at meyering.net
Wed Sep 24 17:59:52 UTC 2008


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

 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




More information about the ovirt-devel mailing list