Commit

class Commit(val tree: Tree, val author: Author, val message: String, val timestamp: Instant) : Object

Commits are a pointer to a 'head' tree with some metadata.

Constructors

Link copied to clipboard
constructor(tree: Tree, author: Author, message: String, timestamp: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
open override val data: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tree: Tree
Link copied to clipboard

Functions

Link copied to clipboard
fun hash(): String
Link copied to clipboard
open override fun toString(): String