| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This saves about 1s, or 1/3 of the test runtime. The linking is still
much slower, but this we can control.
|
|
An Object should be about representing a libgit2 object rather than
showing which methods it should support.
Change any return of Object to *Object and provide methods to convert
between this and the particular type.
|
|
Includes support for 'git_object_peel'.
|
|
Some test repositories are not correctly removed after the tests
did run. Fix by introducing a function that is to be used for
cleaning up temporary test repositories.
|
|
This reduces the need to carry around a pointer to the repository as
well as the objects.
|
|
Make the names look more like what you'd expect from Go.
|
|
This field was missing, so let's add it, and let's add the const
definitions for the modes while we're here.
|
|
|