Functions to manipulate the graph of Git objects.
module K : Graph.Sig.I with type V.t = Hash.t
The graph of Git keys.
module Make (S : Store.S) : sig ... end