From 999e9d696816bac9bc3c38054af94710f279bed1 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Wed, 15 Mar 2023 11:45:17 +0100 Subject: [PATCH] Add the documentation about Git_kv.branch --- src/git_kv.mli | 1 + 1 file changed, 1 insertion(+) diff --git a/src/git_kv.mli b/src/git_kv.mli index 97c456a..bfc0020 100644 --- a/src/git_kv.mli +++ b/src/git_kv.mli @@ -41,6 +41,7 @@ val connect : Mimic.ctx -> string -> t Lwt.t we can not fetch the given [remote]. *) val branch : t -> Git.Reference.t +(** [branch t] returns the branch used by the given [t]. *) val to_octets : t -> string Lwt.t (** [to_octets store] returns a serialized version of the given [store]. *)