| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-05 | Make all non-user-creatable structures non-comparable (#802) | lhchavez | |
| This change makes all non-user-creatable structures non-comparable. This makes it easier to add changes later that don't introduce breaking changes from the go compatibility guarantees perspective. This, of course, implies that this change _is_ a breaking change, but since these structures are not intended to be created by users (or de-referenced), it should be okay. | |||
| 2021-04-03 | add wrapper for git_config_open_default (#758) | Vladimir Buzuev | |
| 2018-12-25 | Remove unused parameter in OpenOndisk | praveen | |
| 2018-08-08 | Remove uses of deprecated git_buf_free | Carlos Martín Nieto | |
| 2018-01-17 | Bump libgit2 to f1323d9c | Carlos Martín Nieto | |
| 2017-07-08 | First round of mass keep-alive additions | Carlos Martín Nieto | |
| 2016-02-15 | Merge remote-tracking branch 'upstream/master' into next | Carlos Martín Nieto | |
| 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-10-08 | Config#LookupString uses git_buf to load value | David Pierce | |
| 2015-01-14 | Add Go functions for git_config_find_* functions | Tarrant Rollins | |
| ConfigFindGlobal -> git_config_find_global ConfigFindSystem -> git_config_find_system ConfigFindXDG -> git_config_find_xdg | |||
| 2014-12-11 | Remove useless includes | Carlos Martín Nieto | |
| 2014-12-06 | Add missing thread locking | Carlos Martín Nieto | |
| 2014-10-24 | Remove Config#Refresh | David Calavera | |
| Because it has been removed from libgit2: https://github.com/libgit2/libgit2/commit/55cb4999720f46eddb97e25e7ddc6ac068dd0bae | |||
| 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-26 | Lock the thread so we can get the error message | Carlos Martín Nieto | |
| 2014-02-26 | Add iterators and ConfigEntry | Carlos Martín Nieto | |
| 2014-02-26 | Add a few more missing config functions | Carlos Martín Nieto | |
| 2014-02-26 | Add a few missing config setters and getters | Carlos Martín Nieto | |
| 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 | Fix memleak for Config and parent commit objects | Artiom Di | |
| 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-03-05 | Initial commit | Vicent Marti | |
