Vcs.Name_statusmodule Change : sig ... endtype t = Change.t listval sexp_of_t : t -> Sexplib0.Sexp.tval files : t -> Path_in_repo.t listReturns the set of files that are involved by the changes, either at src or dst.
Returns the set of files that are involved by the changes, that are also present at src or dst respectively.
val files_at_src : t -> Path_in_repo.t listval files_at_dst : t -> Path_in_repo.t listmodule Changed : sig ... end