Module Volgo_git_eio.Impl

The implementation of the backend is exported for convenience and tests. Casual users should prefer using Vcs directly.

type t = Runtime.t

Individual implementations

module Add : Volgo.Vcs.Trait.Add.S with type t = t
module Branch : Volgo.Vcs.Trait.Branch.S with type t = t
module Commit : Volgo.Vcs.Trait.Commit.S with type t = t
module Config : Volgo.Vcs.Trait.Config.S with type t = t
module Git : Volgo.Vcs.Trait.Git.S with type t = t
module Init : Volgo.Vcs.Trait.Init.S with type t = t
module Log : Volgo.Vcs.Trait.Log.S with type t = t
module Ls_files : Volgo.Vcs.Trait.Ls_files.S with type t = t
module Refs : Volgo.Vcs.Trait.Refs.S with type t = t
module Show : Volgo.Vcs.Trait.Show.S with type t = t