remote: new _ls
2 files changed
tree: 00005b49452a8794151decbe736d46f65f0aa56e
  1. blob.go
  2. checkout.go
  3. commit.go
  4. config.go
  5. git.go
  6. git_test.go
  7. index.go
  8. index_test.go
  9. LICENSE
  10. object.go
  11. object_test.go
  12. odb.go
  13. odb_test.go
  14. packbuilder.go
  15. README.md
  16. reference.go
  17. reference_test.go
  18. remote.go
  19. remote_test.go
  20. repository.go
  21. submodule.go
  22. tree.go
  23. walk.go
  24. wrapper.c
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)