Git to Go; bindings for libgit2. Like McDonald's but tastier.
Go to file
Dan Buch fe04f0f0eb Merge remote-tracking branch 'anulman/catchupTo66af84' into working-with-libgit2-at-2dc49ea
Conflicts:
	git.go
	reference.go
	reference_test.go
	repository.go
	submodule.go
2014-02-19 22:55:33 -05: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 Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
checkout.go Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
commit.go Lock the OS thread when acessing errors 2013-12-18 16:18:32 +01:00
config.go Lock the OS thread when acessing errors 2013-12-18 16:18:32 +01:00
git.go Merge remote-tracking branch 'anulman/catchupTo66af84' into working-with-libgit2-at-2dc49ea 2014-02-19 22:55:33 -05:00
git_test.go Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
index.go Lock the OS thread when acessing errors 2013-12-18 16:18:32 +01:00
index_test.go Add @carlosmn's tests 2013-04-16 23:18:35 +02:00
object.go Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
object_test.go Camel-case constants 2013-09-12 10:40:57 +02:00
odb.go Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
odb_test.go Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
packbuilder.go Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
reference.go Merge remote-tracking branch 'anulman/catchupTo66af84' into working-with-libgit2-at-2dc49ea 2014-02-19 22:55:33 -05:00
reference_test.go Merge remote-tracking branch 'anulman/catchupTo66af84' into working-with-libgit2-at-2dc49ea 2014-02-19 22:55:33 -05:00
repository.go Merge remote-tracking branch 'anulman/catchupTo66af84' into working-with-libgit2-at-2dc49ea 2014-02-19 22:55:33 -05:00
submodule.go Merge remote-tracking branch 'anulman/catchupTo66af84' into working-with-libgit2-at-2dc49ea 2014-02-19 22:55:33 -05:00
tree.go Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
walk.go Making things work with libgit2 at 2dc49ea 2014-02-19 22:33:54 -05:00
wrapper.c Implement git_odb_foreach 2013-05-21 21:37:08 +02: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)