> And lastly, is there a tool whereby I can "see" changes > between repos, kind of like git-diff but being able to > give URLs too? Write it yourself. It's git-fetch + git-diff. Or, put another way, if you think you need a special tool for working with a remote repository, you don't understand git-fetch. Since git history is immutable, there is no difference between a remote copy and a local copy. And since fetching is harmless to your local repository, there's no problem. If you don't want to copy the entire history, just fetch the tree rather than the commit. (Does git-fetch do that? It's a subset of its current effects, so would be an easy enough extension.) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Jan 09 16:56:23 2006
This archive was generated by hypermail 2.1.8 : 2006-01-09 16:56:30 EST