Git.LsRemoteEntry (git v0.4.0)

Copy Markdown View Source

Struct representing a single entry from git ls-remote output.

Each entry contains the object SHA and the ref name. Symref lines (from --symref) are included with sha set to nil.

Summary

Types

t()

@type t() :: %Git.LsRemoteEntry{ref: String.t(), sha: String.t() | nil}