On Mon, Jul 03, 2006 at 06:22:26PM -0700, Ryan Anderson wrote: > You can have multiple source trees, one per 'branch' (which is a bit of > a bad term here), and have completely unrelated things in the branches. > > See, for an example, the main Git repo, which has the "man", "html", and > "todo" branches, logically distinct and (somewhat) unrelated to the main > branch tucked away in "master". Right, I know, but my complaint is that I can't then turn that into a directory hierarchy of .../man, .../html, .../todo that are all checked out at the same time (there are obviously ways of playing with it, say by setting GIT_DIR and doing a checkout in those directories, but then I can't use git in the normal way). The best I can come up with is having man, html, and todo repos pointing to the one (now local) repo which contains everything. But then pushing is a two-step process. -Peff - : 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