Make.Committype hash = Hash.tval hash_t : hash Irmin.Type.tval t : t Irmin.Type.ttype node_key = hashType for node keys.
val node_key_t : node_key Irmin.Type.ttype commit_key = hashType for commit keys.
val commit_key_t : commit_key Irmin.Type.tval v : info:Info.t -> node:node_key -> parents:commit_key list -> tCreate a commit.
val parents : t -> commit_key listThe commit parents.