-
**Is your feature request related to a problem? Please describe.**
We use Jira and suffix commits with the ticket number, i.e. `feat: commit (DEV-0123)`, and also prefix the branch name with the tick…
-
I'm running OSX Catalina with libgit2 v1.1.0:
```
$ brew info --installed --json | jq '.[] | select(.name == "libgit2") | .versions'
{
"stable": "1.1.0",
"head": "HEAD",
"bottle": true
}
…
-
It would be nice if we could get rid of our external dependencies some day.
This would allow for a nicer workflow, better error and cross platform support.
This issue is meant to track any progress …
-
This is a minor issue, but some of the code uses `error` instead of `err` which conflicts with the builtin `error` interface type, as well as not being in line with the Go style
-
## Problem
I'm using git2go (a libgit2 wrapper), and I need to generate static builds. I've hit a build system conflict of sorts.
Here's how static builds work in GOPATH mode:
1. git2go has l…
-
Hi,
I followed the `Versioned branch, static linking` guide, and the project builds with `go build`.
However when I try to package my software with `CGO_ENABLED=0` I get a C compile error.
Th…
-
During compilation git2go performs the following libgit2 version check:
https://github.com/libgit2/git2go/blob/ad3ec3664d54779c4c2e49e41f85e886fbff343c/git_system_dynamic.go#L10-L12
Suppose I wa…
nmeum updated
3 years ago
-
Hey,
Whilst building git2go v31.4.3 with libgit2 v1.0.1, I get a build failure with the following error:
`src/gopkg.in/libgit2/git2go.v31/blame.go:51:54: could not determine kind of name for C.GIT…
-
I'm using the latest release 0.20.4 trying to add goreleaser to a new project. When I run using defaults created with `init` I get the following:
```
Running goreleaser 0.20.4
Setting defaults
…
-
error is :
./../pkg/mod/github.com/libgit2/git2go/v29@v29.0.2/branch.go:211:8: could not determine kind of name for C.git_buf_dispose
centos:
my libgit2 is :0.99.0
# pkg-config --modversion lib…