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

TypeAlias RebaseOperationType

rebase.go:18–18  ·  view source on GitHub ↗

RebaseOperationType is the type of rebase operation

Source from the content-addressed store, hash-verified

16
17// RebaseOperationType is the type of rebase operation
18type RebaseOperationType uint
19
20const (
21 // RebaseOperationPick The given commit is to be cherry-picked. The client should commit the changes and continue if there are no conflicts.

Callers 1

newRebaseOperationFromCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected