On 17 November 2011 13:23, Kristopher John Gamrat chaotickjg@gmail.comwrote:
On Thursday 17 November 2011 01:09:34 pm Timothy Pearson wrote:
The biggest issue here is that ODT files are compressed binary blobs, and therefore work rather terribly in version control systems. Maybe it
would
work better to automatically create a "HEAD" ODT file from the FODT in
the
GIT repository that anyone can download/edit, and when it comes time to merge their changes we can open the .odt and export as .fodt prior to commit.
Possible through a shell script? Would make things easier.
Actually I assume it would be done through a git post-commit hook and a script to generate the odt
Calvin