package volgo-git-backend

  1. Overview
  2. Docs

Parameter Make.Runtime

type t

I/O

include Volgo.Vcs.Trait.File_system.S with type t := t
val load_file : t -> path:Fpath_sexp0.Absolute_path.t -> (string, Err.t) Result.t
val save_file : t -> ?perms:int -> unit -> path:Fpath_sexp0.Absolute_path.t -> file_contents:string -> (unit, Err.t) Result.t

Running the git command line

include Volgo.Vcs.Trait.Git.S with type t := t
val git : ?env:string array -> t -> cwd:Fpath_sexp0.Absolute_path.t -> args:string list -> f:(Volgo__.Git.Output.t -> ('a, Err.t) Result.t) -> ('a, Err.t) Result.t