Record
commit
No description available.
record commit {
type-op: string,
author: option<author>,
date: option<string>,
hash: option<string>,
message: option<string>,
parents: option<list<base-commit>>,
summary: option<commit-summary>,
participants: option<list<participant>>,
repository: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| author | option<author> | |
| date | option<string> | |
| hash | option<string> | |
| message | option<string> | |
| parents | option<list<base-commit>> | |
| summary | option<commit-summary> | |
| participants | option<list<participant>> | |
| repository | option<string> |