type t = commit
The type for store commits.
v r i ~parents:p t
is the commit c
such that:
info c = i
parents c = p
tree c = t
1-S.Commit
Commit
defines immutable objects to describe store updates.
type t = commit
The type for store commits.
v r i ~parents:p t
is the commit c
such that:
info c = i
parents c = p
tree c = t