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

TypeAlias DiffFormat

diff.go:436–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436type DiffFormat int
437
438const (
439 DiffFormatPatch DiffFormat = C.GIT_DIFF_FORMAT_PATCH

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected