A git commit.
Summary
Types
@type commit_type() :: :normal | :reverse | :highlight
@type t() :: %Boxart.Render.GitGraph.Commit{ branch: String.t(), id: String.t(), parents: [String.t()], seq: non_neg_integer(), tag: String.t(), type: commit_type() }