Payload for :git_status_changed events. Published by Git.Repo when repo status changes.
Summary
Types
@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() }