git_mempack_reset returns int after libgit2 update #533
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#533
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?
Hello, all. I ran into an issue while running tests using git2go's master branch with libgit2's master branch. The fix is a quick one-liner, and everything ran smoothly after I made this change.
I tried to create a PR, but I don't have permission. I'm wondering if someone else can make this change.
Reproduction steps
go test
Expected behavior
Tests pass.
Actual behavior
Version of libgit2 (release number or SHA1)
559751714b/src/odb_mempack.c (L128)
Operating system(s) tested
ubuntu:18.04