Commit
data class Commit(val message: String, val fullMessage: String, val hash: String, val timestampEpochSecond: Long, val tags: List<Tag>)
Parameters
message
The short message of the commit
fullMessage
The full message of the commit including the body
hash
The hash of the commit
timestampEpochSecond
The timestamp of the commit in epoch seconds
tags
The tags associated with the commit