Blog: 2025-03-31: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "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")
 
(No difference)

Latest revision as of 02:27, 31 March 2025

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