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.
This is almost done. I still need to implement
have
anddeepen
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.