Continuing with #projects, let me talk for a minute about #diffx!
Did you know there's no standard file format for #diffs? No, seriously. I mean, there are Unified Diffs, but that just covers the actual line changes. There's nothing for metadata, no consistency for filename encodings, nothing. It's a mess.
So we're working to solve that with DiffX:
This provides #metadata, parsing rules, mutability, binary files.
All backwards-compatible with common diff variants.
#metadata #diffs #diffx #projects