Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Accessor ¶
type Accessor struct {
Git Git
GitHub GitHub
Target string
Marker string
MetadataSource string
StopAtCommitSHA string
}
func Initialize ¶
type Git ¶
type Git interface {
CheckRemotes() error
FindRebaseMarkerCommit(from string, marker string) (*gitv5object.Commit, error)
Head() (*gitv5object.Commit, error)
Log(from string, stopAtHash string) ([]*gitv5object.Commit, error)
CherryPick(sha string) error
AbortCherryPick() error
AmendCommitMessage(f func(string) []string) error
}
Click to show internal directories.
Click to hide internal directories.