Re: git stopped working with 1.7.1

2010-05-19 Thread ol42
use case for git and as far as I know the cygwin version is the recommended one under windows. Corinna Vinschen-2 wrote: > > On Jan 18 00:17, ol42 wrote: >> >> But obviously the environment variable has still an effect! >> Without binmode I get the following error >

Re: git stopped working with 1.7.1

2010-01-18 Thread ol42
rown-6 wrote: > > On 1/16/2010 9:44 AM, ol42 wrote: >> CYGWIN=binmode > > This is obsolete. See > http://www.cygwin.com/cygwin-ug-net/using-cygwinenv.html#cygwinenv-implemented-options > > Ken > -- View this message in context: http://old.nabble.com/git-stopped-wo

Re: git stopped working with 1.7.1

2010-01-16 Thread ol42
It is obviously a problem with LF to CRLF conversion of cygwin. It can be deacted by inserting the line CYGWIN=binmode on top of the cygwin.bat file. The same issue is happening with CVS. Refer also to http://www.gjt.org/mlist/jcvs/msg01888.html Kevin Layer wrote: > > Eric Blake wrote: >