summaryrefslogtreecommitdiff
path: root/git.go
AgeCommit message (Expand)Author
2021-11-08Generate stringer files automatically (#841)Kirill
2021-09-05Make all Options objects consistentlhchavez
2021-09-05Add support for managed SSH transport #minor (#814)lhchavez
2021-09-05Add support for managed HTTP/S transports (#810)lhchavez
2021-09-05Add support for custom smart transports (#806)lhchavez
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2021-02-15fix: Use `err` instead of error as a variable name for errors (#746)Suhaib Mujahid
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-10-23apply: Add bindings for git_apply_to_tree (#657)Sami Hiltunen
2020-09-29Add a ReInit function (#647)Jesse Hathaway
2020-06-21Add a way to cleanly shut down the library (#578)lhchavez
2020-02-27Resolves issue #541 - typo in error code 'ErrAmbigious'Jonathan Simms
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