Record

commit

No description available.

record commit {
  author: commit-author,
  committer: commit-committer,
  html-url: string,
  message: string,
  node-id: string,
  parents: list​<commit-parents-item>,
  sha: string,
  tree: commit-tree,
  url: string,
  verification: commit-verification,
}

Fields

NameTypeDescription
authorcommit-author
committercommit-committer
html-urlstring
messagestring
node-idstring
parentslist​<commit-parents-item>
shastring
treecommit-tree
urlstring
verificationcommit-verification