summaryrefslogtreecommitdiff
path: root/submodule.go
AgeCommit message (Expand)Author
2021-09-05Make all Options objects consistentlhchavez
2021-09-05The big Callback type adjustment of 2020lhchavez
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-10More callback refactoring (#713)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-10-22refactor: Use undeprecated options init (#656)Suhaib Mujahid
2017-09-03clone_checkout_strategy removedMikołaj Baranowski
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2015-06-30Submodule: use the Repository constructorCarlos Martín Nieto
2015-06-28Create a SubmoduleCollection for managing submodulesCarlos Martín Nieto
2015-06-28Get rid of Owner() on Remote and SubmdouleCarlos Martín Nieto
2015-06-28Update to libgit2 fa39975Carlos 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-05-22handles: panic when we cannot retrieve handle dataPatrick Steinhardt
2015-05-22submodule: use HandleList for C function callbacksPatrick Steinhardt
2015-03-15Update to libgit2 d675982a153Carlos Martín Nieto
2015-03-04Default signatureMark Probst
2015-01-28Fix ForeachSubmodule panicing.Patrick Steinhardt
2015-01-08Remove version from opts structure.David Calavera
2015-01-08Do not double check if the signature is nil.David Calavera
2015-01-08Add Submodule.Update method.David Calavera
2015-01-06Fix inconsistent function call in Submodule.David Calavera
2014-12-11Remove useless includesCarlos Martín Nieto
2014-10-28Make the constants have typesCarlos Martín Nieto
2014-03-27Added force argument for (*Submodule).Reload() and (*Repository).ReloadAllSub...Simon Menke
2014-02-26merge latest, cleanup error handling, add thread locksJesse Ezell
2014-02-26Convert the rest of the errorsCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2014-02-23Return SubmoduleRecurseCarlos Martín Nieto
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-02add git_submodule_recurse_t typeJason Toffaletti
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-07-22Submodule: adjust to the Default -> Reset change in the libraryCarlos Martín Nieto
2013-03-05Submodule wrapping courtesy of @sbinetVicent Marti