summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2017-01-20Update libgit2 to df4dfaadCarlos Martín Nieto
2017-01-09Bump vendored libgit2 to ee89941faCarlos Martín Nieto
2016-11-19Update to 0.25-rc1Carlos Martín Nieto
2016-10-31Update to libgit2 a051ee3Carlos Martín Nieto
2016-08-05Update libgit2 to 73dab769Carlos Martín Nieto
This version reloads the index on checkout, which showed we were not persisting the updated index to disk and thus would have conflicts on checkout.
2016-04-23Update to 1dc4491Carlos Martín Nieto
2016-03-07Update to 785d8cCarlos Martín Nieto
2016-02-19Update vendored libgit2Carlos Martín Nieto
2016-02-17Upgrade to libgit2 to 0f9d15493d5d8ad4353dd7beed52c9567334f6e5Han-Wen Nienhuys
2015-10-26Update libgit2 to 821131fCalin Seciu
The API changes are: - `*Remote.Connect` ```go // from: func (o *Remote) Connect(direction ConnectDirection, callbacks *RemoteCallbacks) error // to: func (o *Remote) Connect(direction ConnectDirection, callbacks *RemoteCallbacks, headers []string) error ``` - `*Remote.ConnectFetch` - `headers` was added as above - `*Remote.ConnectPush` - `headers` was added as above
2015-08-31Update vendored libgit2Carlos Martín Nieto
2015-06-28Update to libgit2 fb84cde8Carlos Martín Nieto
2015-06-28Update to libgit2 fa39975Carlos Martín Nieto
2015-06-08Update to libgit2 b6011e29Carlos Martín Nieto
2015-04-18Update to libgit2 4c02d3937Carlos Martín Nieto
2015-03-15Update to libgit2 d675982a153Carlos Martín Nieto
There's been some changes to the checkout strategy, especially the SAFE_CREATE mode, which is now the RECREATE_MISSING flag, though that shouldn't be necessary to use in the general case. The largest changes come from the removal of the signture from ref-modifying functions/methods and the removal of the reflog string in all but those directly related to moving references.
2015-01-12Update vendored libgit2Carlos Martín Nieto
2015-01-08Add Submodule.Update method.David Calavera
Update libgit2 to a version that includes https://github.com/libgit2/libgit2/pull/2804.
2015-01-06Fix inconsistent function call in Submodule.David Calavera
2015-01-04Update to libgit2 masterCarlos Martín Nieto
This gets rid of the Push object. All network now goes through the Remote object.
2014-12-18Update libgit2David Calavera
Fix calls to C.git_treebuilder_create and C.git_treebuilder_write.
2014-12-13Update to masterCarlos Martín Nieto
This deprecates the Push struct in favour of Remote.Push()
2014-12-03Update to masterCarlos Martín Nieto
2014-10-25Update libgit2 submodule.David Calavera
2014-10-23Update to latest masterCarlos Martín Nieto
2014-10-15Update to libgit2 masterCarlos Martín Nieto
The option to ignore the server's certificate has been removed, replaced witha callback for the user to perform their own checking. Remote.Fetch() now performs opportunistic updates and takes a list of refspecs to use as the active set for a particular fetch.
2014-09-04Update vendored libgit2 version to master.David Calavera
2014-08-25Update vendored libgit2 version to v0.21.1Carlos Martín Nieto
2014-07-03Update vendored libgit2 to v0.21.0Carlos Martín Nieto
2014-06-07Use a submodule for libgit2Carlos Martín Nieto
This makes building the static version easier as we know where the repo is and that it's has a known-good version.