Ask HN: Does a vcs exist for .odt or msoffice files?

1 points by focom ↗ HN
I know, I can use latex and git, but what about the .odt and .docx files ? Is there an existing solution ?

2 comments

[ 2.1 ms ] story [ 30.2 ms ] thread
DOCX files are just ZIP files that contain XML, JPG, PNG, etc.

You might be able to unpack the ZIP, manage the content with git, then repack them.