| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-26 | merge latest, cleanup error handling, add thread locks | Jesse Ezell | |
| 2014-02-26 | Added git error code to the error object. | Jesper Hansen | |
| 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-04 | work in progress wrapping git_clone | 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-06-17 | Packbuilder: compilation fixes | Carlos Martín Nieto | |
| Don't name the return values, as they conflict with the names we want inside and the types don't match what we want to have inside. We need them to be two-way channels in the function, and then pass unidirectional references to the different functions. | |||
| 2013-06-13 | Merge pull request #25 from carlosmn/error-nil | Vicent Martí | |
| Catch nil error instances | |||
| 2013-06-13 | Merge pull request #26 from carlosmn/ref-iter | Vicent Martí | |
| Implement a reference iterator | |||
| 2013-05-23 | Implement a reference iterator | Carlos Martín Nieto | |
| Wrap the reference iterators, and provide a Iter() function to get them through a channel. | |||
| 2013-05-21 | Implement ShortenOids | Axel Wagner | |
| 2013-05-21 | Catch nil error instances | Carlos Martín Nieto | |
| Unfortunately libgit2 sometimes returns an error without setting an error message. Provide an alternative message instead of trying to dereference nil. | |||
| 2013-05-17 | Use cbool-helper in Discover() | Axel Wagner | |
| 2013-05-14 | Implement git_repository_discover | Axel Wagner | |
| 2013-04-26 | Implement most of the oid_-functions as Methods | Axel Wagner | |
| 2013-03-08 | Oid: make sure not to dereference a NULL git_oid | Carlos Martín Nieto | |
| Some calls like Reference.Target() can return NULL if the reference is symbolic. Make sure newOidFromC() can handle these situations. | |||
| 2013-03-05 | Initial commit | Vicent Marti | |
