Record
file-commit-commit
No description available.
record file-commit-commit {
author: option<file-commit-commit-author>,
committer: option<file-commit-commit-committer>,
html-url: option<string>,
message: option<string>,
node-id: option<string>,
parents: option<list<file-commit-commit-parents-item>>,
sha: option<string>,
tree: option<file-commit-commit-tree>,
url: option<string>,
verification: option<file-commit-commit-verification>,
}Fields
| Name | Type | Description |
|---|---|---|
| author | option<file-commit-commit-author> | |
| committer | option<file-commit-commit-committer> | |
| html-url | option<string> | |
| message | option<string> | |
| node-id | option<string> | |
| parents | option<list<file-commit-commit-parents-item>> | |
| sha | option<string> | |
| tree | option<file-commit-commit-tree> | |
| url | option<string> | |
| verification | option<file-commit-commit-verification> |