Hacker News new | ask | show | jobs
by bostonpete 4237 days ago
I'm pretty sure you can just "Accept all changes" before saving the document too and the change history will be cleared.
1 comments

Does sound like a very fragile workflow (there's no reasonable way to tell a full-history doc from a "publish grade" doc by glancing at the file on the filesystem.

Keeping everything in proper version control (possibly unzipped, to give usable diffs even for office document formats -- or in something like markdown) -- would at least rise the bar a bit -- there'd be different process for sending a single version of a file, and sending all versions of (all) [a] file(s).

I suppose if you're already running an internal mail server, you could just do filtering there, making sure no version/history-rich documents pass out that way...