Am Samstag, 7. Mai 2016 um 12:36:03, schrieb Georg Baum <b...@lyx.org> > commit c82e0a3a9d59a1ab40dad1ea4ab97eb7bf6ecbc6 > Author: Georg Baum <b...@lyx.org> > Date: Sat May 7 12:33:47 2016 +0200 > > Ensure unix line ends for configure.ac > > On windows, configure.ac needs to have unix line ends if you want to run > autogen.sh (see #10053). It is no poblem to force unix line ends, since > you need to run autogen.sh under mingw or cygwin shell anyway, and if you > neither have mingw nor cygwin, then configure.ac is of no use for you. > > diff --git a/.gitattributes b/.gitattributes > new file mode 100644 > index 0000000..51a1fc9 > --- /dev/null > +++ b/.gitattributes > @@ -0,0 +1,3 @@ > +# configure.ac needs to have unix line ends on windows, see #10053 > +configure.ac eol=lf > +
Introducing .gitattributes makes specifying line-endings for *.po files acceptable too IMHO. (As you already proposed at https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg193484.html) Kornel
signature.asc
Description: This is a digitally signed message part.