Git to Go; bindings for libgit2. Like McDonald's but tastier.
Go to file
Vicent Marti e620ded393 Sane names yo 2013-03-06 17:18:25 +01:00
LICENSE Initial commit 2013-03-05 20:53:04 +01:00
README.md Update README 2013-03-06 17:06:01 +01:00
blob.go Free Git objects via finalizers or manually 2013-03-06 01:47:53 +01:00
commit.go Repository.CreateCommit 2013-03-06 16:59:45 +01:00
config.go Initial commit 2013-03-05 20:53:04 +01:00
git.go Initial commit 2013-03-05 20:53:04 +01:00
index.go Wrap git_index 2013-03-06 13:10:53 +01:00
index_test.go Test the index code slightly 2013-03-06 13:39:53 +01:00
odb.go Properly wrap ODB objects 2013-03-06 17:15:28 +01:00
repository.go Sane names yo 2013-03-06 17:18:25 +01:00
submodule.go Submodule wrapping courtesy of @sbinet 2013-03-05 21:05:55 +01:00
tree.go Free Git objects via finalizers or manually 2013-03-06 01:47:53 +01:00
walk.go Bring back the RevWalk 2013-03-05 21:47:55 +01:00
wrapper.c Submodule wrapping courtesy of @sbinet 2013-03-05 21:05:55 +01:00

README.md

git2go

Go bindings for libgit2. These bindings are for top-of-the-branch libgit2, and they move fast, things may or may not work. Operator get me Beijing-jing-jing-jing!

Installing

Just go get github.com/libgit2/git2go. You'll need to have top-of-the-branch libgit2 from development installed in your system and available via pkg-config. These bindings are in sync with the top of development.

License

M to the I to the T. See the LICENSE file if you've never seen a MIT license before.

Authors

  • Carlos Martín (@carlosmn)
  • Vicent Martí (@vmg)