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::submitorSelf::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::restoretakes it: which entry is being stepped, which way, the document that step adopts, and what the record it moves is called.