Add git_commit_message_encoding support #506
Loading…
Reference in New Issue
No description provided.
Delete Branch "git_commit_message_encoding"
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 MessageEncoding() method to Commit struct, which simply returns the result of git_commit_message_encoding function.
I want to add git_commit_message_encoding function support because I encountered a problem where commit messages must be assured of being UTF-8 to pass them through gRPC.
For the purpose, I need to know the encoding of commit messages.
Thanks.
Thanks.