summaryrefslogtreecommitdiff
path: root/wrapper.c
AgeCommit message (Expand)Author
2024-12-16update to libgit2 version 1.8.4. dump old github and vendor stuffJeff Carr
2021-09-05libgit2 v1.2.0 #majorlhchavez
2021-09-05Add support for custom smart transports (#806)lhchavez
2020-12-10More callback refactoring (#713)lhchavez
2020-12-06Add `NewCredentialSSHKeyFromSigner` (#706)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2020-12-05Mark some symbols to be deprecated #minor (#698)lhchavez
2020-08-18Add support for creating signed commits and signing commits during a rebase (...michael boulton
2020-08-18More diff functionality (#629)michael boulton
2020-02-23Add support for indexers and alternate odb packfileslhchavez
2019-12-10credentials: unconfuse Go about the typeCarlos Martín Nieto
2017-01-20Merge remote-tracking branch 'origin/next'Carlos Martín Nieto
2016-05-29Checkout CallbacksMirko Nosenzo
2016-04-23Update to 1dc4491Carlos Martín Nieto
2016-02-20Merge branch 'next' into stash-supportCalin Seciu
2016-02-16handles, merge: simplify code, don't copy file contentsIan Lance Taylor
2015-09-21Add stash supportCalin Seciu
2015-08-31Merge branch 'next'Carlos Martín Nieto
2015-08-18clone: improve handling of remote create callbackPatrick Steinhardt
2015-07-31Add more support for tagsCalin Seciu
2015-07-01Merge remote-tracking branch 'upstream/master' into nextCarlos Martín Nieto
2015-06-29Add DiffBlobsCarlos Martín Nieto
2015-06-28Update to libgit2 fa39975Carlos Martín Nieto
2015-01-04Update to libgit2 masterCarlos Martín Nieto
2014-12-18Add missing return typeCarlos Martín Nieto
2014-12-13Add the new callbacks for Remote.Push()Carlos Martín Nieto
2014-10-24implemented Index.AddAll, Index.RemoveAll, Index.UpdateAllLucas Clemente
2014-10-15Update to libgit2 masterCarlos Martín Nieto
2014-08-25remove status_foreach bindingBen Navetta
2014-08-19add git_status_foreach bindingBen Navetta
2014-04-26Merge commit 'refs/pull/72/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-04-26Merge pull request #63 from jezell/jezell/mergeCarlos Martín Nieto
2014-04-26Merge commit 'refs/pull/48/head' of github.com:libgit2/git2goCarlos Martín Nieto
2014-04-26Adjust to libgit2 dev changesCarlos Martín Nieto
2014-04-03Merge branch 'master' into custom_odbAidan Nulman
2014-03-26Merge branch 'master' of http://github.com/libgit2/git2go into mergeJesse Ezell
2014-03-21don't expose 3 different diff foreach methods. use structures instead of poin...Jesse Ezell
2014-03-20refactor and cleanup codeJesse Ezell
2014-03-20merge with latestJesse Ezell
2014-03-11remove strarray wrappersJesse Ezell
2014-03-11cleanup clone codeJesse Ezell
2014-03-11merge with latestJesse Ezell
2014-03-11merge with latest, replace merge wrappers with go codeJesse Ezell
2014-03-07add blob chunk creation, creation of tree builders for specific trees, minor ...Jesse Ezell
2014-02-28wrap merge functionsJesse Ezell
2014-02-27add push, refine remotesJesse Ezell
2014-02-24add custom refdb backend supportAidan Nulman
2014-02-20Add partial diff/patch functionality.lye
2014-01-29add OdbBackend.Free() and the C it wraps; go fmt odb.goAidan Nulman
2014-01-06wip wrapping git_remoteJason Toffaletti