ocaml-git icon indicating copy to clipboard operation
ocaml-git copied to clipboard

[WIP] Implement Git Wire Protocol v2

Open ulugbekna opened this issue 3 years ago • 2 comments

This is a WIP implementation of git wire protocol v2 (spec available here).

It's not really ready for a review, but if you still want to see how things are going, I'd recommend going from the oldest commit to the newest. Things should make sense.

ulugbekna avatar Nov 27 '20 12:11 ulugbekna

So the PR seems fine as is, I need to go to some details but these commits should be proposed into another PR: 09a28e4 f24b46e & c65712c

dinosaure avatar Nov 29 '20 12:11 dinosaure

The pull-request has some style updates which should be out of that. I don't have strong opinion about style but they should be done with some others PRs (for example, I saw some update about push.ml). Is it possible to split again the PR with style and the impl. of the protocol v2?

dinosaure avatar Feb 08 '21 13:02 dinosaure