package git-unix

  1. Overview
  2. Docs
module Store : sig ... end
module K : sig ... end
val keys : K.t -> Store.Hash.t list
val of_keys : Store.t -> K.t Lwt.t
val of_commits : Store.t -> K.t Lwt.t
val closure : ?full:bool -> Store.t -> min:Store.Hash.Set.t -> max:Store.Hash.Set.t -> K.t Lwt.t
val to_dot : Store.t -> Format.formatter -> unit Lwt.t