Git Ops v0.6.4 GitOps.Git View Source
Helper functions for working with `Git` and fetching the tags/commits we care about.
Link to this section Summary
Link to this section Functions
Link to this function
commit!(repo, args)
View Sourcecommit!(Git.Repository.t(), [String.t()]) :: String.t()
Link to this function
commit_messages_since_tag(repo, tag)
View Sourcecommit_messages_since_tag(Git.Repository.t(), String.t()) :: [String.t()]
Link to this function
get_initial_commits!(repo)
View Sourceget_initial_commits!(Git.Repository.t()) :: [String.t()]
Link to this function
tag!(repo, current_version)
View Sourcetag!(Git.Repository.t(), String.t() | [String.t()]) :: String.t()