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