package volgo

  1. Overview
  2. Docs
On This Page
  1. Accessors
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vcs.LogSource

A log is a complete listing of the structure of the dag.

It contains all the commits, along with the parents of each commit.

Sourcemodule Line : sig ... end
Sourcetype t = Line.t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval equal : t -> t -> bool

Accessors

Sourceval roots : t -> Rev.t list

Return the list of all init commits.

OCaml

Innovation. Community. Security.