Up – Package index » git » Library smart » Smart » Wantgit CHANGES CHANGES.carton LICENSE README Library git Library git.loose Library git.loose-git Library git.loose-lwt Library git.nss Library hkt Library neg Library pck Library pkt_line Library sigs Library smart Library smart_flow Library smart_git Library unixiz Sources Source type ('uid, 'reference) t = private { wants : 'uid * 'uid list ; shallows : 'uid list ; deepen : [ `Depth of int | `Timestamp of int64 | `Not of 'reference ] option ; filter : Smart__.Filter.t option ; capabilities : Capability.t list ; } Source val v :
capabilities :Capability.t list ->
?deepen :[ `Depth of int | `Timestamp of int64 | `Not of 'reference ] ->
?filter :Smart__.Filter.t ->
?shallows :'uid list ->
'uid list ->
('uid , 'reference ) t Source val pp : (string, string) t Fmt .tSource val equal :
uid :('uid -> 'uid -> bool) ->
reference :('ref -> 'ref -> bool) ->
('uid , 'ref ) t ->
('uid , 'ref ) t ->
bool