Could not determine kind of name for C.GIT_BLAME_IGNORE_WHITESPACE #711
Labels
No Label
bug
duplicate
enhancement
invalid
question
up for grabs
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jcarr/git2go#711
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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_BLAME_IGNORE_WHITESPACE
I am not sure what's wrong, any ideas?
per https://github.com/libgit2/git2go#which-go-version-to-use it should be
v30
, notv31
if you need compatibility with libgit2 v1.0.v31
requires libgit2 v1.1.Aah, I am terribly sorry for not taking a look at that earlier. Thanks for your work, anyhow! :)
no worries :)