Categorygithub.com/aevea/git/v2
modulepackage
2.3.1
Repository: https://github.com/aevea/git.git
Documentation: pkg.go.dev

# README

Git

Build Status

Helper functions for Git in use across Commitsar and Release Notary

# Functions

OpenGit loads Repo on path and returns a new Git struct to work with.

# Variables

ErrCommitNotOnTag is returned by CurrentTag if the commit is not on a tag.
ErrCommonCommitFound is used for identifying when the iterator has reached the common commit.
ErrPrevTagNotAvailable is returned when no previous tag is found.

# Structs

Git is the struct used to house all methods in use in Commitsar.
No description provided by the author
Tag houses some common info about tags.