Skip to content

Releases: mirage/ocaml-git

Initial release

04 Jan 14:34
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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