Compare commits

..

No commits in common. "60795e65e27a87566026f78bca135bca82f20f13" and "992127f2bdc4d0c8993f59a79d8e6009e991bece" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View file

@ -109,8 +109,6 @@ let connect ctx endpoint =
let branch t = t.branch
let commit t = t.head
type key = Mirage_kv.Key.t
type change = [

View file

@ -43,9 +43,6 @@ 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]