Releases: mirage/ocaml-git
Releases · mirage/ocaml-git
Initial release
The basic things seems to work OK. You can clone a remote repository, inspect the object files in in git repository, decompress the pack files, draw some nice graphs and generate the filesystem corresponding to a given commit.
What is missing before 1.0:
- partial clone (ie. pull and fetch)
- staging area
- index of files
- more testing
- more users