Hi, On Sun, 1 Oct 2006, Matt McCutchen wrote: > On 10/1/06, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > A better method is to use a local clone: > > > > git-clone --local --shared A B > > > > Such a clone will be very fast, and cheap, because it sets up links (not > > just symbolic links, but links that git understands). > > But that gives me two separate repositories, so I have to push and > pull to keep them in sync, which is a pain. So you want the commits to show in A, too? I propose using a hook for that. The fact is, your setup is fragile, and I think that is hard to fix if you do not make A and B git repositories in their own right. Hth, 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