Record
commit-commit
No description available.
record commit-commit {
author: nullable-git-user,
comment-count: s32,
committer: nullable-git-user,
message: string,
tree: commit-commit-tree,
url: string,
verification: option<verification>,
}Fields
| Name | Type | Description |
|---|---|---|
| author | nullable-git-user | |
| comment-count | s32 | |
| committer | nullable-git-user | |
| message | string | |
| tree | commit-commit-tree | |
| url | string | |
| verification | option<verification> |