Blog: 2025-03-31

From razwiki
Jump to navigation Jump to search

Idea: a data-structure aware version control system, so I can add to a set from multiple commits and have them merge following set logic, rather than line-based diffing etc. Might not work all that well in practice. Also databases do this. But they don't offer commits .. well actually they do, just not in the "write a commit message" way ... interesting how even staging is a database technique, applied to git ... huh