Boxart.Render.GitGraph.Commit (Boxart v0.3.1)

Copy Markdown View Source

A git commit.

Summary

Types

commit_type()

@type commit_type() :: :normal | :reverse | :highlight

t()

@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()
}