summaryrefslogtreecommitdiff
path: root/git.go
AgeCommit message (Expand)Author
2014-03-19Oid: fix IsZero()Carlos Martín Nieto
2014-03-19Oid: use Go's conversion functionsCarlos Martín Nieto
2014-03-19Oid: remove Bytes()Carlos Martín Nieto
2014-03-19Oid: make NewOid take a stringCarlos Martín Nieto
2014-03-19Oid: make the type directly [20]byteCarlos Martín Nieto
2014-02-26merge latest, cleanup error handling, add thread locksJesse Ezell
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-23Merge commit 'refs/pull/53/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-01-29update git2go to support latest libgit2 development commit (id: 66af84)Aidan Nulman
2014-01-04work in progress wrapping git_cloneJason Toffaletti
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-06-17Packbuilder: compilation fixesCarlos Martín Nieto
2013-06-13Merge pull request #25 from carlosmn/error-nilVicent Martí
2013-06-13Merge pull request #26 from carlosmn/ref-iterVicent Martí
2013-05-23Implement a reference iteratorCarlos Martín Nieto
2013-05-21Implement ShortenOidsAxel Wagner
2013-05-21Catch nil error instancesCarlos Martín Nieto
2013-05-17Use cbool-helper in Discover()Axel Wagner
2013-05-14Implement git_repository_discoverAxel Wagner
2013-04-26Implement most of the oid_-functions as MethodsAxel Wagner
2013-03-08Oid: make sure not to dereference a NULL git_oidCarlos Martín Nieto
2013-03-05Initial commitVicent Marti