package
0.5.0
Repository: https://github.com/deweysasser/changetool.git
Documentation: pkg.go.dev

# Functions

AlwaysStop is an StopAt that accepts every commit.
CommitEntries returns a list of CommitTypeEntry.
DefaultGuess just returns the specified tag if it has to guess.
Load creates a new CommitSet from a repository.
NeverStop is an StopAt that accepts nothing, ever.
NewChangeSet creates a new, empty change set.
StandardGuess guesses the commit type by examining the commit.
StopAtCount accepts the specific count of commits given.
No description provided by the author
StopAtHash stops when the hash is encountered.
StopAtTagMatch stops when the tag matches a tag referring to this commit.

# Variables

No description provided by the author
TypesInOrder is the standard ordering of types.

# Structs

ChangeSet represents the list of all changes in a commit stream (presumably from a base tag).
CommitTypeEntry represents a list of messages of a specific type.

# Type aliases

CommitTypeGuesser is a guess function to guess commit type from the commit.
StopAt is a commit recognizer.
Types is a list of TypeTag.
TypeTag represents the type of a commit.