update git2go to support latest libgit2 development commit (id: 66af84) #53
Loading…
Reference in New Issue
No description provided.
Delete Branch "catchupTo66af84"
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?
Libgit2's development branch introduced breaking changes to git2go. This commit unbreaks the changes.
Additionally, ran
go fmt
on affected files.It looks like something else in the development branch since 66af84 broke git2go again
Thanks, I had to fix the
git_buf
usage though. It's a struct which you need to pass to libgit2, you can't simply malloc it.