generate_changelog.git_ops

git_ops#

git information access.

Functions

get_commits_by_tags

Group commits by the tags they belong to.

get_repo

Get the git repo from a specific path or the current working directory.

get_tags

Get all the tags in a repository.

parse_commits

Parse the commits for later processing.

Classes

GitTag

A git tag with information and commits.

TagInfo

Simple storage of tag information.