git_commit_message_encoding

Get the encoding for the message of a commit, as a string representing a standard encoding name.

The encoding may be null if the encoding header in the commit is missing; in that case UTF-8 is assumed.

@param commit a previously loaded commit. @return null, or the encoding

extern (C) nothrow @nogc
const(char)*
git_commit_message_encoding

Meta