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 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 by Ope

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 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 bash script sho

Re: [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:47, Konstantin Khomoutov wrote: > On Tue, 19 Feb 2013 15:36:36 +0100 Rainer M Krug wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 19/02/13 15:18, Joe Cabezas wrote: >>> hello! >>> >>> maybe this will be usefull fo

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 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 docx int

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 git