GitOps.Git (Git Ops v2.9.0)
View SourceHelper functions for working with Git and fetching the tags/commits we care about.
Summary
Types
Functions
@spec add!(Git.Repository.t(), [String.t()]) :: String.t()
@spec commit!(Git.Repository.t(), [String.t()]) :: String.t()
@spec get_commit_info(Git.Repository.t(), String.t() | :all) :: [commit_info()]
@spec hooks_path(Git.Repository.t()) :: String.t() | no_return()
@spec init!(String.t()) :: Git.Repository.t()
@spec parse_git_log(String.t()) :: [commit_info()]
@spec tag!(Git.Repository.t(), String.t() | [String.t()]) :: String.t()
@spec tags(Git.Repository.t()) :: [String.t()]