Search
Provides struct and type for GitCommit
@type t() :: %GitHub.Git.Commit{ author: map(), committer: map(), html_url: String.t(), message: String.t(), node_id: String.t(), parents: [map()], sha: String.t(), tree: map(), url: String.t(), verification: map() }