Add.Make
module Runtime : Runtime.S
type t = Runtime.t
include Vcs.Trait.Add.S with type t := t
val add : t -> repo_root:Vcs.Repo_root.t -> path:Vcs.Path_in_repo.t -> (unit, Vcs.Err.t) Stdlib.Result.t