Categorygithub.com/aevea/git/v3
modulepackage
3.1.0
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.
SimpleCommit is a slimed down commit object of just Hash and Message.
Tag houses some common info about tags.