Minga.Git.StashEntry (Minga v0.1.0)

Copy Markdown View Source

Structured information about a git stash.

Summary

Types

t()

@type t() :: %Minga.Git.StashEntry{
  date: String.t(),
  index: non_neg_integer(),
  message: String.t(),
  ref: String.t()
}