Documentation
¶
Index ¶
- func AssertRefIsReachable(repo *git.Repository, precedingRef *plumbing.Reference, ...) error
- func GetVersions(repo *git.Repository) ([]*semver.Version, error)
- func HashListContains(hashList []plumbing.Hash, hash plumbing.Hash) bool
- func RefToCommitHash(storer storer.EncodedObjectStorer, tagRef *plumbing.Reference) plumbing.Hash
- type ByHistoryDesc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertRefIsReachable ¶ added in v0.5.0
func GetVersions ¶ added in v0.5.0
func RefToCommitHash ¶ added in v0.1.1
Types ¶
type ByHistoryDesc ¶ added in v1.1.0
func (ByHistoryDesc) Len ¶ added in v1.1.0
func (a ByHistoryDesc) Len() int
func (ByHistoryDesc) Less ¶ added in v1.1.0
func (a ByHistoryDesc) Less(i, j int) bool
func (ByHistoryDesc) Swap ¶ added in v1.1.0
func (a ByHistoryDesc) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.