Hi, On Fri, 28 Jul 2006, Petr Baudis wrote: > This patch enables fetching multiple repositories at once over the Git > protocol (and SSH, and locally if git-fetch-pack is your cup of coffee > there). This is done especially for the xorg people who have tons of > repositories and dislike pulls much slower than they were used to with CVS. > I'm eager to hear how this affects the situation. So the scenario is: one remote repository (probably shared), and multiple local repositories, all tracking different branches? So, why not setup a single local (master) repository, setup all the other repos with the local master as alternate, and write a simple script which first fetches all branches into the master, and then pulls into the other local repos from that master? The beauty of it is: you can still pull/push directly from the remote repo, if you want. Ciao, Dscho - : 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