GitOps.Git (Git Ops v2.8.0)
View SourceHelper functions for working with Git
and fetching the tags/commits we care about.
Summary
Functions
@spec add!(Git.Repository.t(), [String.t()]) :: String.t()
@spec commit!(Git.Repository.t(), [String.t()]) :: String.t()
@spec commit_authors_since_tag(Git.Repository.t(), String.t()) :: [ {String.t(), String.t()} ]
@spec commit_messages_since_tag(Git.Repository.t(), String.t()) :: [String.t()]
@spec get_initial_commit_authors!(Git.Repository.t()) :: [{String.t(), String.t()}]
@spec get_initial_commits!(Git.Repository.t()) :: [String.t()]
@spec hooks_path(Git.Repository.t()) :: String.t() | no_return()
@spec init!(String.t()) :: Git.Repository.t()
@spec tag!(Git.Repository.t(), String.t() | [String.t()]) :: String.t()
@spec tags(Git.Repository.t()) :: [String.t()]