Add support for git_blob_is_binary #625
Loading…
Reference in New Issue
No description provided.
Delete Branch "blob-git_blob_is_binary"
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?
This adds IsBinary() func to Blob struct, which simply returns the result of git_blob_is_binary function.
Refs: https://libgit2.org/libgit2/#HEAD/group/blob/git_blob_is_binary
Issue: Add support for git_blob_is_binary #426
Fixes: #426
Can this be called from git2go/blob_test.go? looks good otherwise
I have extended a test in blob_test.go. It works.
Thanks!