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

Struct BlameOptions

blame.go:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type BlameOptions struct {
13 Flags BlameOptionsFlag
14 MinMatchCharacters uint16
15 NewestCommit *Oid
16 OldestCommit *Oid
17 MinLine uint32
18 MaxLine uint32
19}
20
21func DefaultBlameOptions() (BlameOptions, error) {
22 runtime.LockOSThread()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected