add function: commit : t -> Digestif.SHA1.t option
This commit is contained in:
parent
bc190bd054
commit
56eceb1ef2
2 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,8 @@ let connect ctx endpoint =
|
|||
|
||||
let branch t = t.branch
|
||||
|
||||
let commit t = t.head
|
||||
|
||||
type key = Mirage_kv.Key.t
|
||||
|
||||
type change = [
|
||||
|
|
|
@ -43,6 +43,9 @@ val connect : Mimic.ctx -> string -> t Lwt.t
|
|||
val branch : t -> Git.Reference.t
|
||||
(** [branch t] returns the branch used by the given [t]. *)
|
||||
|
||||
val commit : t -> Digestif.SHA1.t option
|
||||
(** [commit t] returns the commit used by the given [t]. *)
|
||||
|
||||
val to_octets : ?level:int -> t -> string Lwt_stream.t
|
||||
(** [to_octets ?level store] returns a serialized version of the given [store].
|
||||
[level] is the {i zlib} level compression used for Git object (between [0]
|
||||
|
|
Loading…
Reference in a new issue