[Openvpn-devel] "unix style line endings" in openvpn-build repo ?

2013-09-17 Thread Илья Шипицин
Hello! if is it possible to remove "msvc" build subsystem, I think we could switch line endings to "unix style" in repo itself, like that: https://github.com/chipitsine/openvpn-build/blob/master/.gitattributes it will work under Linux and cygwin (just tryed it), no matter which "git" command t

Re: [Openvpn-devel] "unix style line endings" in openvpn-build repo ?

2013-09-17 Thread Gert Doering
Hi, On Wed, Sep 18, 2013 at 12:32:09AM +0600, ??? wrote: > if is it possible to remove "msvc" build subsystem, I think we could > switch line endings to "unix style" in repo itself, like that: a) we can't remove msvc building, because James uses it b) the repo does use unix style line en

Re: [Openvpn-devel] "unix style line endings" in openvpn-build repo ?

2013-09-17 Thread Илья Шипицин
ok, I don't mind about msvc. but I guess you are wrong about unix style endings. If you setup, for example, Jenkins on Windows (which is very natural thing to do), so you want Jenkins to perform git checkout (so called VCS trigger), it will be CR+LF files. I'd bet that notice "guys, please use cygw

Re: [Openvpn-devel] "unix style line endings" in openvpn-build repo ?

2013-09-17 Thread Gert Doering
Hi, On Wed, Sep 18, 2013 at 01:57:55AM +0600, ??? wrote: > ok, I don't mind about msvc. > but I guess you are wrong about unix style endings. If you setup, for > example, Jenkins on Windows (which is very natural thing to do), so > you want Jenkins to perform git checkout (so called VCS t