0.0.3
CHANGES:
Added
- Expose gca function in the
ocaml-vcs
command line. - Add function and tests to compute GCAs in
Vcs.Tree
.
Changed
- Rename
Vcs.Descendance.t
constructors for clarity. - Improve
Vcs.Tree.Node
interface. - Improve
Vcs.Tree.sexp_of_t
to help with debugging. - Rename
git_cli
library tovcs_git_cli
for consistency. - Remove type parameter for
Vcs.Tree.Node_kind
(simplify interface). - Renamed constructors for root nodes in vcs trees (
Init
=>Root
).
Fixed
- Fix
Vcs.Tree.add_nodes
raising when adding nodes incrementally.