Commit.Make
module Runtime : Runtime.S
type t = Runtime.t
include Vcs.Trait.Commit.S with type t := t
val commit : t -> repo_root:Vcs.Repo_root.t -> commit_message:Vcs.Commit_message.t -> (unit, Vcs.Err.t) Stdlib.Result.t