MCPcopy
hub / github.com/jesseduffield/lazygit / DropMergeCommitInstruction

Struct DropMergeCommitInstruction

pkg/app/daemon/daemon.go:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210type DropMergeCommitInstruction struct {
211 Hash string
212}
213
214func NewDropMergeCommitInstruction(hash string) Instruction {
215 return &DropMergeCommitInstruction{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected