Commands.Commit
type key = Store.Backend.Commit.key
type value = Store.Backend.Commit.value
type hash = Store.Backend.Commit.hash
module Merge :
CMD
with type req =
Store.Info.t * (key option option * key option * key option)
and type res = (key option, Irmin.Merge.conflict) Stdlib.Result.t