Module Vcs_git_provider.Show

A provider implementation for Vcs.Trait.Show.

module Make (Runtime : Runtime.S) : sig ... end

Git output parsing

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