Add the documentation about Git_kv.branch

This commit is contained in:
Calascibetta Romain 2023-03-15 11:45:17 +01:00
parent a8ab45f2be
commit 999e9d6968
No known key found for this signature in database
GPG key ID: 8CC4DC3365A666B0

View file

@ -41,6 +41,7 @@ val connect : Mimic.ctx -> string -> t Lwt.t
we can not fetch the given [remote]. *) we can not fetch the given [remote]. *)
val branch : t -> Git.Reference.t val branch : t -> Git.Reference.t
(** [branch t] returns the branch used by the given [t]. *)
val to_octets : t -> string Lwt.t val to_octets : t -> string Lwt.t
(** [to_octets store] returns a serialized version of the given [store]. *) (** [to_octets store] returns a serialized version of the given [store]. *)