summaryrefslogtreecommitdiff
path: root/git.go
AgeCommit message (Expand)Author
2019-01-03Merge pull request #432 from josharian/simplify-oidCarlos Martín Nieto
2018-08-08Remove uses of deprecated git_buf_freeCarlos Martín Nieto
2018-02-15git: simplify some Oid methodsJosh Bleecher Snyder
2017-07-08Second round of keep-alivesCarlos Martín Nieto
2017-04-14Allow building statically via the "static" build tagCarlos Martín Nieto
2017-04-13Merge pull request #332 from ezwiebel/rebase-wrapperCarlos Martín Nieto
2016-11-19Update to 0.25-rc1Carlos Martín Nieto
2016-11-01Took @carlosmn PR review into accountezwiebel
2016-11-01Get rid of the with-static.sh scriptCarlos Martín Nieto
2016-10-31Panic if libgit2 is not thread-awareCarlos Martín Nieto
2016-08-27Also remove a pkg-config directive that snuck inCarlos Martín Nieto
2016-04-27Error out if we detect an incompatible libgit2 versionCarlos Martín Nieto
2016-03-07Merge branch 'next'Carlos Martín Nieto
2015-10-26Update libgit2 to 821131fCalin Seciu
2015-08-31Merge branch 'next'Carlos Martín Nieto
2015-06-28Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-06-08Update to libgit2 b6011e29Carlos Martín Nieto
2015-06-08Merge remote-tracking branch 'origin/master' into nextCarlos Martín Nieto
2015-06-07Add error code matching GIT_EAUTH for authentication failuresMike Edgar
2015-05-22Introduce an indirection layer for pointersCarlos Martín Nieto
2015-01-14Link dynamically to libgit2Carlos Martín Nieto
2015-01-04Update to libgit2 masterCarlos Martín Nieto
2014-12-31Revert "Make the cgo tool do more linking work"Carlos Martín Nieto
2014-12-27Make the cgo tool do more linking workCarlos Martín Nieto
2014-12-11Remove useless includesCarlos Martín Nieto
2014-12-03Update to masterCarlos Martín Nieto
2014-10-28Make the constants have typesCarlos Martín Nieto
2014-06-07Really build staticallyCarlos Martín Nieto
2014-06-03Switch default to static linkingCarlos Martín Nieto
2014-04-26Merge commit 'refs/pull/72/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-04-04Merge remote-tracking branch 'libgit/master' into add-basic-diff-patchJesse Ezell
2014-04-04adjust comments on error messages to standard godoc styleJesse Ezell
2014-04-02make it possible to handle errorsJesse Ezell
2014-03-25Add a settings packageCarlos Martín Nieto
2014-03-20merge with latestJesse Ezell
2014-03-20cleanup and refactor diff / patchJesse Ezell
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í