| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-20 | Update libgit2 to df4dfaad | Carlos Martín Nieto | |
| 2017-01-09 | Bump vendored libgit2 to ee89941fa | Carlos Martín Nieto | |
| 2016-11-19 | Update to 0.25-rc1 | Carlos Martín Nieto | |
| 2016-10-31 | Update to libgit2 a051ee3 | Carlos Martín Nieto | |
| 2016-08-05 | Update libgit2 to 73dab769 | Carlos 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-23 | Update to 1dc4491 | Carlos Martín Nieto | |
| 2016-03-07 | Update to 785d8c | Carlos Martín Nieto | |
| 2016-02-19 | Update vendored libgit2 | Carlos Martín Nieto | |
| 2016-02-17 | Upgrade to libgit2 to 0f9d15493d5d8ad4353dd7beed52c9567334f6e5 | Han-Wen Nienhuys | |
| 2015-10-26 | Update libgit2 to 821131f | Calin 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-31 | Update vendored libgit2 | Carlos Martín Nieto | |
| 2015-06-28 | Update to libgit2 fb84cde8 | Carlos Martín Nieto | |
| 2015-06-28 | Update to libgit2 fa39975 | Carlos Martín Nieto | |
| 2015-06-08 | Update to libgit2 b6011e29 | Carlos Martín Nieto | |
| 2015-04-18 | Update to libgit2 4c02d3937 | Carlos Martín Nieto | |
| 2015-03-15 | Update to libgit2 d675982a153 | Carlos 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-12 | Update vendored libgit2 | Carlos Martín Nieto | |
| 2015-01-08 | Add Submodule.Update method. | David Calavera | |
| Update libgit2 to a version that includes https://github.com/libgit2/libgit2/pull/2804. | |||
| 2015-01-06 | Fix inconsistent function call in Submodule. | David Calavera | |
| 2015-01-04 | Update to libgit2 master | Carlos Martín Nieto | |
| This gets rid of the Push object. All network now goes through the Remote object. | |||
| 2014-12-18 | Update libgit2 | David Calavera | |
| Fix calls to C.git_treebuilder_create and C.git_treebuilder_write. | |||
| 2014-12-13 | Update to master | Carlos Martín Nieto | |
| This deprecates the Push struct in favour of Remote.Push() | |||
| 2014-12-03 | Update to master | Carlos Martín Nieto | |
| 2014-10-25 | Update libgit2 submodule. | David Calavera | |
| 2014-10-23 | Update to latest master | Carlos Martín Nieto | |
| 2014-10-15 | Update to libgit2 master | Carlos 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-04 | Update vendored libgit2 version to master. | David Calavera | |
| 2014-08-25 | Update vendored libgit2 version to v0.21.1 | Carlos Martín Nieto | |
| 2014-07-03 | Update vendored libgit2 to v0.21.0 | Carlos Martín Nieto | |
| 2014-06-07 | Use a submodule for libgit2 | Carlos 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. | |||
