| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
