aptitude install odt2txt
2) Configurar GIT
2.a) Agregar a .gitconfig:
[diff "odf"]2.b) Agregar a .gitattributes
textconv=odt2txt
*.ods diff=odf
*.odt diff=odf
*.odp diff=odf
Con estos 2 pasos realizados, git ya puede mostrar diferencias entre documentos OpenOffice (por ejemplo, al realizar modificaciones locales).
Artículo completo en http://www-verimag.imag.fr/~moy/opendocument/
No hay comentarios:
Publicar un comentario