| Age | Commit message (Collapse) | Author |
|
While Go will assign the correct type to a const block when it
auto-creates the values, assigning makes the const be typeless and will
only gain it in each particular use.
Make each constant in the blocks have an assigned type.
|
|
|
|
Allow filtering heads by name.
|
|
While they're not exactly certificates, they belong in the same
category.
|
|
The option to ignore the server's certificate has been removed, replaced
witha callback for the user to perform their own checking.
Remote.Fetch() now performs opportunistic updates and takes a list of
refspecs to use as the active set for a particular fetch.
|
|
Was that it would break and we'd remember that the order changed. Oh
well.
|
|
|
|
|
|
Idiomatic Go is to omit the Get from the getter methods.
|
|
We cannot ask libgit2 to free the memory we have allocated ourselves, as
it cannot know how to do it. Let's free the strarray ourselves.
|