logoalt Hacker News

ongyyesterday at 10:57 AM1 replyview on HN

What issues do you see in git's data model to abandon it as wire format for syncing?


Replies

conartist6yesterday at 11:03 AM

I wouldn't say I want to abandon anything git is doing as much as evolve it. Objects need to be able to contain syntax tree nodes, and patches need to be able to target changes to particular locations in a syntax tree instead of just by line/col.

show 1 reply