Volgo_git_backend.Name_statusThis is exposed for tests and low-level usage.
module Diff_status : sig ... endval parse_lines_exn : lines:string list -> Volgo.Vcs.Name_status.tParsing the output of "git diff --name-status REV..REV".
val parse_line_exn : line:string -> Volgo.Vcs.Name_status.Change.tParse only one line. Exposed for tests.