I’m version controlling every formatted text document I have in OpenDocument Flat XML Document (FODT) format to have a chance at seeing the history and possibly doing some automated cleanup. However, any change to the document causes attributes elsewhere in the file to change. For example:
<text:h [-text:style-name="P55"-]{+text:style-name="P41"+} text:outline-level="1">
How do I work around this issue so that diffs are as small as possible?