From: Florian Gross Date: 2005-01-16T23:46:08+09:00 Subject: Re: End of line style Alexey Verkhovsky wrote: > I don't know about that - never had any problem submitting patches from > Windows myself. I build them in one of two ways. Either from Cygwin, or > from Eclipse. Both deal with EOL styles transparently. Have you seen > problems of this sort? Might depend on editors. Some convert newlines to native format on saving. (And some don't even understand unix newlines at all meaning you would have to convert manually.) That would confuse diff quite badly. (There's the --strip-trailing-cr option, but at least I have to look it up every time I use it...)