# Functions
No description provided by the author
ExcludedDirs returns an option that will filter commits with all changes in excludedDirs.
ExcludedFiles returns an option that will filter commits with all changes in excludedFiles.
IncludedDirs returns an option that will filter commits with all changes not in includedDirs.
IncludedFiles returns an option that will filter commits with all changes not in includedFiles.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TagsMatchingCommits returns an option that will skip tags that do not point to a commit reachable from HEAD.
TagsMatchingRegex returns an option that will make the getter to ignore tags that do not match regex.
TagSourceReplacing returns an option that will perform a string replacement on tags that match the regex before attempting to parse them as versions.
# Constants
EmptyTreeID is the universal git empty tree sha1.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CommitFilter filters commits from a git repository based in included and excluded directories.
RepoCommitsGetter gets commits from a git repository.
No description provided by the author
No description provided by the author
TagsSource implements the `version.Source` interface, using tags from a git repository as a source for previous versions.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author