package irmin-git

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

Module Irmin_git.MakerSource

Parameters

module G : G
module S : Git.Sync.S with type hash := G.hash and type store := G.t

Signature

Sourcetype endpoint = Mimic.ctx * Smart_git.Endpoint.t
Sourcemodule Make (Schema : Schema.S with type Hash.t = G.hash and type Node.t = G.Value.Tree.t and type Commit.t = G.Value.Commit.t) : sig ... end

The Git backend specializes a few types: