git2 0.0.1

Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.
1
2
3
4
5
6
[submodule "src/libgit2"]
	path = libgit2/build/libgit2
	url = https://github.com/alexcrichton/libgit2
[submodule "libgit2-sys/libgit2"]
	path = libgit2-sys/libgit2
	url = https://github.com/alexcrichton/libgit2