Minga.Events.GitStatusEvent (Minga v0.1.0)

Copy Markdown View Source

Payload for :git_status_changed events. Published by Git.Repo when repo status changes.

Summary

Types

t()

@type t() :: %Minga.Events.GitStatusEvent{
  ahead: non_neg_integer(),
  behind: non_neg_integer(),
  branch: String.t() | nil,
  entries: [Minga.Git.StatusEntry.t()],
  git_root: String.t()
}