Documentation
¶
Index ¶
- type FastForward
- func (inst *FastForward) Run() error
- func (inst *FastForward) SetNew(commit git.ObjectID) *FastForward
- func (inst *FastForward) SetOld(commit git.ObjectID) *FastForward
- func (inst *FastForward) SetRef(name git.ReferenceName) *FastForward
- func (inst *FastForward) SetRepository(repo store.Repository) *FastForward
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastForward ¶
type FastForward struct {
// contains filtered or unexported fields
}
FastForward ...
func (*FastForward) SetNew ¶
func (inst *FastForward) SetNew(commit git.ObjectID) *FastForward
SetNew ...
func (*FastForward) SetOld ¶
func (inst *FastForward) SetOld(commit git.ObjectID) *FastForward
SetOld ...
func (*FastForward) SetRef ¶
func (inst *FastForward) SetRef(name git.ReferenceName) *FastForward
SetRef ...
func (*FastForward) SetRepository ¶
func (inst *FastForward) SetRepository(repo store.Repository) *FastForward
SetRepository ...
Click to show internal directories.
Click to hide internal directories.