Hacker News new | ask | show | jobs
by gmantastic 4260 days ago
Is the motivation for commit-on-write to get a kind of persistent history for undo/redo? That is an interesting idea.
1 comments

Yes. The commits are recorded in an independent repo, so you can have both a per-file history of changes and a global history.