Vcs.Name_status
module Change : sig ... end
type t = Change.t list
val sexp_of_t : t -> Sexplib0.Sexp.t
val files : t -> Path_in_repo.t list
Returns 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 list
val files_at_dst : t -> Path_in_repo.t list
module Changed : sig ... end