module type ENDPOINT = sig ... end
type 'a acks = {
shallow : 'a list; |
unshallow : 'a list; |
acks : ('a * [ `Common | `Ready | `Continue | `ACK ]) list; |
}
module type S = sig ... end
module Default : sig ... end
Git.Sync
The synchronization commands to a git repository.