> > What I *don't* want is a situation where the fact that original repository > > resides in north america necessarily means that everyone who looks at *my* clone > > of it will do a round trip to north america too. > > Someone which clones from you probably does not have access to "~/gitrepo/linux26", > so you have to provide a public visible URL either way, like > > [project "linux26"] > localurl = ~/gitrepo/linux26 > url = git://myhost/mylinux26.git > > and the "url" should be configured at the remote side at clone time. Right. In other words, urls for each project are unversioned file, and git-daemon needs to be taught to serve them up (I think it already serves head names, which are unversioned too). Actually, can't something like what we do for remotes head names work here as well? -- MST - 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