Hi, On Fri, 13 Oct 2006, Santi wrote: > For example, in git.git you could have: > > [branch "next"] > remote="." > merge=master > > so the default merge in the next branch is the master branch in the > local repository. There is a subtle problem here. Up until now, "remote" meant a short cut. You either had a file with that name in .git/remotes/ or .git/branches, or an entry in the config (remote.<name>.url). You use it differently here, designating the URL instead of the remote. I'd rather have it point to a real remote. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html