View Source GitOps.Git (Git Ops v2.6.3)
Helper 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_messages_since_tag(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()]