Vcs_git_provider.Show
A provider implementation for Vcs.Trait.Show.
Vcs.Trait.Show
module Make (Runtime : Runtime.S) : sig ... end
This is exposed for tests and low-level usage.
val interpret_output : Vcs.Git.Output.t -> [ `Absent | `Present of Vcs.File_contents.t ] Vcs.Result.t