On Fri, Mar 28, 2008 at 02:36:25PM +0100, Adam Piatyszek wrote: > > The question makes no sense to me. Git by design is a distributed SCM tool, > so there is no such thing like "remote revisions". You can have tracking > branches (clones) of some remote repositories, but all the commits on such > branches are also stored locally. So you have full access to them, even > without a permanent connection to such remote repositories. > It would certainly be possible to *implement* such a thing, but first question would be, "why would you want to". One of the things that makes git so nice is that repositories don't take that much space, and if you have a local repository (or no network access at all) it's much faster to consult the local repository at all. In fact, with svn, I normally consider it a bug that you *have* to consult the remote repository to do a diff between two arbitrary revisions. - Ted -- 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