creationix / js-git

A JavaScript implementation of Git.
MIT License
3.83k stars 265 forks source link

Implement git-upload-pack for clone and fetch from server. #59

Open creationix opened 11 years ago

creationix commented 10 years ago

This is almost done. I still need to implement have and deepen commands in the negotiation phase.

Also the packer isn't optimal. It doesn't support many of the extensions and doesn't search for ref-deltas to create. That just means we'll more bandwidth than real git, but less CPU.