Git.Output
type t = {
exit_code : int;
stdout : string;
stderr : string;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
module Private : sig ... end