| Age | Commit message (Collapse) | Author |
|
The libgit2 `v1.1.0` is released two weeks ago. This PR allows `git2go` to link against the new version.
|
|
(#626)
|
|
This uprevs libgit2 to the latest and greatest.
|
|
This is the second take on trying to tag the current release with a Go
version.
|
|
|
|
This change adds a `go.mod` file. An empty file is sufficient since this
project has no external dependencies. For people that want to use the static
version of libgit2, this module can be vendored and the following can be added
to their `go.mod` file:
replace github.com/libgit2/git2go => ./vendor/github.com/libgit2/git2go
|