On Thu, 2007-02-22 at 14:24 -0800, Junio C Hamano wrote: > Pavel Roskin <proski@xxxxxxx> writes: > > > It's interesting that git-clone-more can be used instead of git-clone. > > I can use it e.g. to check out git in an empty directory: > > > > git-init > > git-clone-more git://www.kernel.org/pub/scm/git/git.git git > > Isn't that what "git remote" is about? I don't understand your question. "git remote" doesn't provide this functionality by itself. "git remote" is used by git-clone-more. I wish I were missing the obvious, but just mentioning "git remote" to me doesn't seem to help. I see that the manual for "git-remote" includes an example repeating some parts of git-clone-more. That's another evidence that the functionality provided by git-clone-more is needed. It looks like git-clone should be extended to support cloning of a repository on top of the existing one. -- Regards, Pavel Roskin - 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