Hacker News new | ask | show | jobs
by Hendrikto 1035 days ago
You could just use a better diff tool. Git itself is format-agnostic.
1 comments

This is an area where it should be easier to build tools for that. I have tools for diffing k/v and structured formats but they are local on my machine. Being able to publish those to Gitlab, github and bitbucket would be great.

Edit: Worst is diffing yaml files, you really need a stable way to parse those.