MCPcopy Index your code
hub / github.com/antonmedv/gitmal / PatchHeaderOption

FuncType PatchHeaderOption

pkg/gitdiff/patch_header.go:120–120  ·  view source on GitHub ↗

A PatchHeaderOption modifies the behavior of ParsePatchHeader.

func(*patchHeaderOptions)

Source from the content-addressed store, hash-verified

118
119// A PatchHeaderOption modifies the behavior of ParsePatchHeader.
120type PatchHeaderOption func(*patchHeaderOptions)
121
122// SubjectCleanMode controls how ParsePatchHeader cleans subject lines when
123// parsing mail-formatted patches.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected