I’m sure you could, but yes, it’s likely not worth the trouble.
Comment on LPT Do it.
Zagorath@aussie.zone 5 months agoSomeone could probably build a tool which sits in between you and Git, which unzips the file before committing and after pulling, so Git sees the raw xml file, but you always see the zipped docx.
MacNCheezus@lemmy.today 5 months ago
refalo@programming.dev 5 months ago
a pre hook filter that beautifies and sanitizes the xml should fix that
uis@lemm.ee 5 months ago
petersr@lemmy.world 5 months ago
Yeah, I made such a tool - and kept polishing edge cases until I gave up.