package irmin-git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Use Git as an atomic-write store. Values will be stored into .git/refs. When using the Git filesystem backend, branch names .

Parameters

module G : Git.S

Signature

module type S = Irmin.Atomic_write.S with type value = G.Hash.t
module Make (K : Irmin.Branch.S) : S with type key = K.t