Module type Volgo_git_backend.S

type t
class c : t -> Trait.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