I'm developing a bi-directional synchronization between Plastic SCM and Git.
I've seen the hg-git Mercurial plugin by Scott Chacon and I've seen it uses a local git repos to perform all operations, instead of directly "calling" the "remote git server".
Well, considering Chacon did it this way, I guess there's no better way to do it but I wanted to ask if there's a way to receive info about commits (revisions) remotely (like, "give me your tree of commits and how they're related so I can check with mines") and also a good way to create a "push" without having a full local git repos. I'm looking into the NGit and lib2git libraries.
Thanks,
pablo
GIT_DIR,GIT_WORK_TREEandGIT_INDEX_FILE(2nd one being more interesting, of course). $0.02 – sehe Mar 17 '11 at 13:43