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

Struct CherrypickOptions

cherrypick.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type CherrypickOptions struct {
12 Mainline uint
13 MergeOptions MergeOptions
14 CheckoutOptions CheckoutOptions
15}
16
17func cherrypickOptionsFromC(c *C.git_cherrypick_options) CherrypickOptions {
18 opts := CherrypickOptions{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected