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
| Name | Type | Description |
|---|---|---|
| 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 |