| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-03 | clone_checkout_strategy removed | Mikołaj Baranowski | |
| https://github.com/libgit2/libgit2/releases/tag/v0.26.0 | |||
| 2017-07-08 | Third round of keep-alive aditions | Carlos Martín Nieto | |
| 2015-06-30 | Submodule: use the Repository constructor | Carlos Martín Nieto | |
| 2015-06-28 | Create a SubmoduleCollection for managing submodules | Carlos Martín Nieto | |
| Similarly to RemoteCollection, this allows us to namespace the submodule operations much more concisely and removes API on the Repository. | |||
| 2015-06-28 | Get rid of Owner() on Remote and Submdoule | Carlos Martín Nieto | |
| These are inherently unsafe. The underlying pointer might get released at any moment. | |||
| 2015-06-28 | Update to libgit2 fa39975 | Carlos Martín Nieto | |
| 2015-06-08 | Update to libgit2 b6011e29 | Carlos Martín Nieto | |
| 2015-06-08 | Merge remote-tracking branch 'origin/master' into next | Carlos Martín Nieto | |
| 2015-05-22 | handles: panic when we cannot retrieve handle data | Patrick Steinhardt | |
| 2015-05-22 | submodule: use HandleList for C function callbacks | Patrick Steinhardt | |
| 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-03-04 | Default signature | Mark Probst | |
| 2015-01-28 | Fix ForeachSubmodule panicing. | Patrick Steinhardt | |
| As the SubmoduleVisitor function is called from inside libgit2 we cannot use Go types in its signature. Fix by using C types instead. | |||
| 2015-01-08 | Remove version from opts structure. | David Calavera | |
| It's not necessary. | |||
| 2015-01-08 | Do not double check if the signature is nil. | David Calavera | |
| 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 | |
| 2014-12-11 | Remove useless includes | Carlos Martín Nieto | |
| 2014-10-28 | Make the constants have types | Carlos Martín Nieto | |
| While Go will assign the correct type to a const block when it auto-creates the values, assigning makes the const be typeless and will only gain it in each particular use. Make each constant in the blocks have an assigned type. | |||
| 2014-03-27 | Added force argument for (*Submodule).Reload() and ↵ | Simon Menke | |
| (*Repository).ReloadAllSubmodules() | |||
| 2014-02-26 | merge latest, cleanup error handling, add thread locks | Jesse Ezell | |
| 2014-02-26 | Convert the rest of the errors | Carlos Martín Nieto | |
| 2014-02-26 | Added git error code to the error object. | Jesper Hansen | |
| 2014-02-23 | Return SubmoduleRecurse | Carlos Martín Nieto | |
| 2014-02-23 | Merge commit 'refs/pull/53/head' of github.com:libgit2/git2go | Carlos Martín Nieto | |
| On top: fix git_buf handling and rename signature This fixes #57, #54. Conflicts: git.go reference.go repository.go submodule.go | |||
| 2014-01-29 | update git2go to support latest libgit2 development commit (id: 66af84) | Aidan Nulman | |
| 2014-01-02 | add git_submodule_recurse_t type | Jason Toffaletti | |
| 2013-12-18 | Lock the OS thread when acessing errors | Carlos Martín Nieto | |
| The library stores error information in thread-local storage, which means we need to make sure that the Go runtime doesn't switch OS threads between the time we call a function and th time we attempt to retrieve the error information. | |||
| 2013-11-14 | Don't repeat the pkg-config line | Carlos Martín Nieto | |
| This is only needed once per package. Having it on every file makes the build system ask about it n times, which is silly. | |||
| 2013-07-22 | Submodule: adjust to the Default -> Reset change in the library | Carlos Martín Nieto | |
| 2013-03-05 | Submodule wrapping courtesy of @sbinet | Vicent Marti | |
