package git

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

Module Git.SyncSource

The synchronization commands to a git repository.

Sourcemodule type ENDPOINT = sig ... end
Sourcetype 'a shallow_update = {
  1. shallow : 'a list;
  2. unshallow : 'a list;
}
Sourcetype 'a acks = {
  1. shallow : 'a list;
  2. unshallow : 'a list;
  3. acks : ('a * [ `Common | `Ready | `Continue | `ACK ]) list;
}
Sourcemodule type S = sig ... end
Sourcemodule Default : sig ... end
Sourcemodule Common (G : sig ... end) : sig ... end