SubscribeReposCommit
Represents an update of repository state. Note that empty commits are allowed, which include no repo data changes, but an update to rev and signature.
Parameters
The stream sequence number of this message.
The repo this event comes from. Note that all other message types name this field 'did'.
Repo commit object CID.
The rev of the emitted commit. Note that this information is also in the commit object included in blocks, unless this is a tooBig event.
The rev of the last emitted commit from this repo (if any).
CAR file containing relevant blocks, as a diff since the previous repo state. The commit must be included as a block, and the commit block CID must be the first entry in the CAR header 'roots' list.
The root CID of the MST tree for the previous commit from this repo (indicated by the 'since' revision field in this message). Corresponds to the 'data' field in the repo commit object. NOTE: this field is effectively required for the 'inductive' version of firehose.
Timestamp of when this message was originally broadcast.