Dagger.GitRef (dagger v0.18.16)
View SourceA git ref (tag, branch, or commit).
Summary
Functions
The resolved commit id at this ref.
Find the best common ancestor between this ref and another ref.
A unique identifier for this GitRef.
The resolved ref name at this ref.
The filesystem tree at this ref.
Types
Functions
The resolved commit id at this ref.
Find the best common ancestor between this ref and another ref.
@spec id(t()) :: {:ok, Dagger.GitRefID.t()} | {:error, term()}
A unique identifier for this GitRef.
The resolved ref name at this ref.
@spec tree(t(), discard_git_dir: boolean() | nil, depth: integer() | nil) :: Dagger.Directory.t()
The filesystem tree at this ref.