module SHA1 = Digestif.SHA1Sourcetype t = {tree : Digestif.SHA1.t;parents : Digestif.SHA1.t list;author : Git_store__.Git_user.t;committer : Git_store__.Git_user.t;message : string option;
} Sourceval make :
tree:Digestif.SHA1.t ->
author:Git_store__.Git_user.t ->
committer:Git_store__.Git_user.t ->
?parents:Digestif.SHA1.t list ->
?extra:(string * string list) list ->
string option ->
t Sourceval digest : t -> Digestif.SHA1.t Sourceval equal : 'a -> 'a -> bool Sourceval parents : t -> Digestif.SHA1.t list Sourceval tree : t -> Digestif.SHA1.t Sourceval committer : t -> Git_store__.Git_user.t Sourceval author : t -> Git_store__.Git_user.t Sourceval message : t -> string option Sourceval compare_by_date : t -> t -> int