Am 16.07.2013 um 22:55 schrieb Uwe Stöhr <uwesto...@web.de>: > Am 16.07.2013 22:44, schrieb Stephan Witt: > >> I don't like your proposal. It'd be a very heavy change. > > Only a few kB.
The whole diff would be send to the list per mail. >> E.g. you can change one place of the tutorial document. It's a file with >> Unix line endings ATM. >> >> What happens after the Save by the LyX app running on Windows? > > I did this now with LyX 2.0.6 and 2.1beta1 and the file is just changed. > >> What is the git diff after doing so? > > I changed the title and git diff only shows me this line as the only change. So, your local checkout is already converted to CRLF, I presume. In fact, if you set core.autocrlf to true, this must be the case. To get a sane state we should convert all files with CRLF back to LF. The list of candidates is: * lib/doc/de/UserGuide.lyx * lib/doc/ja/UserGuide.lyx * lib/doc/attic/pl_Additional.lyx I can do this, but I don't understand the current state of master branch. Is it open again or not? Stephan