MCPcopy Create free account
hub / github.com/libgit2/git2go / MessageEncoding

TypeAlias MessageEncoding

commit.go:16–16  ·  view source on GitHub ↗

MessageEncoding is the encoding of commit messages.

Source from the content-addressed store, hash-verified

14
15// MessageEncoding is the encoding of commit messages.
16type MessageEncoding string
17
18const (
19 // MessageEncodingUTF8 is the default message encoding.

Callers 4

commitCreateCallbackFunction · 0.85
TestCreateCommitBufferFunction · 0.85
CreateCommitBufferMethod · 0.85
MessageEncodingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected