irmin-client.jsoo
Make.Commit
irmin-client
irmin-client.unix
type t = commit
val t : repo -> t Irmin__.Type.t
val pp_hash : t Fmt.t
val pp : t Fmt.t
val v : ?clear:bool -> repo -> info:info -> parents:commit_key list -> tree -> commit Lwt.t
val tree : commit -> tree
val parents : commit -> commit_key list
val info : commit -> info
val hash : commit -> hash
val key : commit -> commit_key
val of_key : repo -> commit_key -> commit option Lwt.t
val of_hash : repo -> hash -> commit option Lwt.t