Geoff Russell wrote: > Then to join the git repositories together in the desired way. I think > this would be generally useful and not just solve my problem. > > e.g. Suppose I have 3 git repositories: Progs, xxxx, yyyy > > Progs/.git > xxxx/.git > yyyy/.git > > I'd like to make 1 git repository Progs with xxxx and yyyy as child trees. > > Progs/.git > Progs/xxxx > Progs/yyyy > > Does this sound useful to anyone else, or is it already possible? It is done. TODO branch in git.git repository on kernel.org is pushed to from *separate* git-todo.git repository. BTW. working are of repositories can be joined (although it needs entry in .gitignore): Progs/.git Progs/TODO/.git -- Jakub Narebski Warsaw, Poland - : 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