On Sun, Mar 2, 2008 Johannes Schindelin wrote: > > On Sun, 2 Mar 2008, Steffen Prohaska wrote: > > > On Mar 2, 2008, at 10:30 PM, Peter Harris wrote: > > > > > On Sat, Mar 1, 2008 Steffen Prohaska <[EMAIL PROTECTED]> wrote: > > > > > > > > core.autocrlf=true as its default. > > > > > > After some digging, it turns out that "vi" in msysgit.git is a shell > > > script, and git was trying to launch "sh\r" instead of "sh", since the > > > vi script was autocrlf'd. > > > > You should force the msysgit repository to core.autocrlf = false > > While I agree that MinGW itself (and thus the scripts that come with Git) > should be LF-only
In that case, shouldn't there be a .gitattributes files with "* -crlf" in 4msysgit (and the .gitattributes file already in msysgit modified to say * instead of msys.bat and cmd/*.cmd)? Peter Harris
