[git-users] Re: diff tool for docx files to be used in git?

2013-02-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/02/13 15:18, Joe Cabezas wrote: hello! maybe this will be usefull for you :), using git attributes and third party software to translate binary files like docx into plain text and then use git to make the diff

Re: [git-users] Re: diff tool for docx files to be used in git?

2013-02-19 Thread Joe Cabezas
Hello! martin shows an interesting tip, seems like docx are zip files, the program you can use for docx could be simple a bash script made by you, o googled, i am sure you are not the first person with this problem... the bash script should unzip, and the rezip using smugde and clean steps in

Re: [git-users] Re: diff tool for docx files to be used in git?

2013-02-19 Thread Konstantin Khomoutov
On Tue, 19 Feb 2013 15:36:36 +0100 Rainer M Krug r.m.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/02/13 15:18, Joe Cabezas wrote: hello! maybe this will be usefull for you :), using git attributes and third party software to translate binary files like

Re: [git-users] Re: diff tool for docx files to be used in git?

2013-02-19 Thread Konstantin Khomoutov
On Tue, 19 Feb 2013 11:40:48 -0300 Joe Cabezas joe.cabe...@gmail.com wrote: martin shows an interesting tip, seems like docx are zip files, the program you can use for docx could be simple a bash script made by you, o googled, i am sure you are not the first person with this problem... the

Re: [git-users] Re: diff tool for docx files to be used in git?

2013-02-19 Thread Konstantin Khomoutov
On Tue, 19 Feb 2013 15:52:13 +0100 Rainer M Krug r.m.k...@gmail.com wrote: [...] Thanks - that looks like a solution. But do you have any suggestions, how I can convert docx to txt? I found a few tools to do this for doc, but none for docx? One idea is to use batch conversion provided

[git-users] Re: diff tool for docx files to be used in git?

2013-02-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/02/13 16:31, Konstantin Khomoutov wrote: To extract the text there is a tool docx2txt (http://docx2txt.sourceforge.net/) which one can use. So this should work to have a text diff between the two. Thanks, Rainer -BEGIN PGP

[git-users] Re: diff tool for docx files to be used in git?

2013-02-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/02/13 16:38, Konstantin Khomoutov wrote: On Tue, 19 Feb 2013 15:52:13 +0100 Rainer M Krug r.m.krug-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: [...] Thanks - that looks like a solution. But do you have any suggestions, how I can