Irmin_gitSourceGit backend
val config :
?head:Git.Reference.t ->
?bare:bool ->
?level:int ->
?dot_git:string ->
?buffers:int ->
string ->
Irmin.configUse Git as a content-addressable store. Values will be stored into .git/objects.
Use Git as an atomic-write store. Values will be stored into .git/refs. When using the Git filesystem backend, branch names .
module Generic_KV
(CA : Irmin.Content_addressable.Maker)
(AW : Irmin.Atomic_write.Maker) :
Irmin.KV_maker with type endpoint = unit and type info = Irmin.Info.default