Structured information about a git stash.
Summary
Types
@type t() :: %Minga.Git.StashEntry{ date: String.t(), index: non_neg_integer(), message: String.t(), ref: String.t() }
Structured information about a git stash.
@type t() :: %Minga.Git.StashEntry{ date: String.t(), index: non_neg_integer(), message: String.t(), ref: String.t() }