Module Volgo_git_eio.Make_runtime

This module implements the handling of running the git and hg processes in a blocking fashion.

module type S = sig ... end
module type M = sig ... end
module Make (M : M) : S with type process_output := M.Output.t