Skip to main content

Module repo

Module repo 

Source
Expand description

The document, in one type: the folded Document and the commit log it folds. Rationale: docs/single-author-playbook.md.

Structsยง

Repo
The document and everything that writes it. A commit is folded and appended inside Self::submit or Self::restore, which are the only doors: there is no queue, no pending head, and no rev the caller can hold that the log does not.
Restoring
One history step, as Repo::restore takes it: which entry is being stepped, which way, the document that step adopts, and what the record it moves is called.