Record
simple-commit
No description available.
record simple-commit {
author: simple-commit-author,
committer: simple-commit-committer,
id: string,
message: string,
timestamp: string,
tree-id: string,
}Fields
| Name | Type | Description |
|---|---|---|
| author | simple-commit-author | |
| committer | simple-commit-committer | |
| id | string | |
| message | string | |
| timestamp | string | |
| tree-id | string |