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