LibGit2

Julia bindings to the LibGit2 library


License
MIT

Documentation

LibGit2.jl

Work in Progress LibGit2 bindings for Julia

Adapted from the Ruby's Rugged libgit bindings

Build Status Build status Coverage Status

Installation / Testing

LibGit2.jl is tested against the latest release version of libgit2 (v0.21.3). To build libgit2 from source you need CMake. See the specific build instructions in libgit2's README.

To install and build the package, simply clone the latest master snapshot of the package:

Pkg.clone("LibGit2")
Pkg.build("LibGit2")

The test suite can then be run with:

Pkg.test("LibGit2")