Git_unix
Unix backend.
module Fs : sig ... end
module Net : sig ... end
module Index : sig ... end
module Store : sig ... end
type endpoint = Net.endpoint = {
uri : Uri.t;
headers : Cohttp.Header.t;
}
val endpoint : ?headers:Cohttp.Header.t -> Uri.t -> endpoint
module Sync : functor (G : Git.S) -> sig ... end