| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-14 | Fix memleak, free TreeBuilder | 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-09-12 | Camel-case constants | Carlos Martín Nieto | |
| Make the names look more like what you'd expect from Go. | |||
| 2013-06-13 | Merge pull request #13 from libgit2/polymorphism-take-2 | Vicent Martí | |
| My take on polymorphism | |||
| 2013-04-26 | Wrap git_repository_is_bare | Axel Wagner | |
| 2013-04-16 | Add @carlosmn's tests | Vicent Marti | |
| 2013-04-16 | Take 2 on polymorphism | Vicent Marti | |
| 2013-03-19 | Implement SetWorkdir | Axel Wagner | |
| 2013-03-07 | Delete the whole test dir | Carlos Martín Nieto | |
| 2013-03-07 | Wrap immutable refs | Carlos Martín Nieto | |
| 2013-03-06 | Add a couple of missing methods around Blob | Carlos Martín Nieto | |
| 2013-03-06 | Sane names yo | Vicent Marti | |
| 2013-03-06 | Repository.Path | Vicent Marti | |
| 2013-03-06 | Repository.CreateCommit | Vicent Marti | |
| 2013-03-06 | Wrap git_index | Carlos Martín Nieto | |
| 2013-03-06 | Free Git objects via finalizers or manually | Carlos Martín Nieto | |
| Provide a manual way of freeing objects, but set finalizers for them in case the user does not want to worry about memory management, which would be useful for commits or trees, which sare typically small. When the objects are freed manually, the finalizer is unset to avoid double-freeing, mimicking what the go runtime does. | |||
| 2013-03-05 | Bring back the RevWalk | Carlos Martín Nieto | |
| 2013-03-05 | Initial commit | Vicent Marti | |
