Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git.1.5.0 - via opam-publish #4225

Merged
merged 1 commit into from
Jun 12, 2015
Merged

Conversation

samoht
Copy link
Member

@samoht samoht commented Jun 12, 2015

Low-level Git bindings in pure OCaml

Support for on-disk and in-memory Git stores. Can read and write all
the Git objects: the usual blobs, trees, commits and tags but also the
pack files, pack indexes and the index file (where the staging area
lives).

All the objects share a consistent API, and convenience functions are
provided to manipulate the different objects. For instance, it is
possible to make a pack file position independant (as the Zlib
compression might change the relative offsets between the packed
objects), to generate pack indexes from pack files, or to expand
the filesystem of a given commit.

The library comes with a command-line tool called ogit which shares
a similar interface with git, but where all operations are mapped to
the API exposed ocaml-git (and hence using only OCaml code).



Pull-request generated by opam-publish v0.2.1

samoht added a commit that referenced this pull request Jun 12, 2015
@samoht samoht merged commit c50528d into ocaml:master Jun 12, 2015
@samoht samoht deleted the opam-publish/git.1.5.0 branch July 12, 2015 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant