package volgo-git-backend

  1. Overview
  2. Docs

Module Volgo_git_backend.ShowSource

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

Git output parsing

This is exposed for tests and low-level usage.

Sourceval interpret_output : Volgo.Vcs.Git.Output.t -> [ `Absent | `Present of Volgo.Vcs.File_contents.t ] Volgo.Vcs.Result.t