From: brett l. <bre...@gm...> - 2013-10-06 15:16:39
|
The issue is that we want line endings to be consistent in the repository, regardless of platform. Text=auto just sets all of the line endings to whatever your platform is using. See the documentation on the core.autocrlf and core.safecrlf config options: https://www.kernel.org/pub/software/scm/git/docs/git-config.html Basically, we just need to agree whether LF or CRLF will be the "standard" for the repository, and ensure the repository is configured to auto-convert in the correct direction when committing and pushing changes. ---Brett. ---Brett. On Sat, Oct 5, 2013 at 3:25 PM, Martin Brumm <dr....@t-...>wrote: > Hi Brett, > > i rather thought it should be > * text=auto ? > > Rgrds, > Martin > > Am 04.10.2013 15:32, schrieb brett lentz: > > +1 from me. > > IMO, it should be: > text eol=lf > > > ---Brett. > > > On Fri, Oct 4, 2013 at 7:13 AM, Martin Brumm <dr....@t-...>wrote: > >> Hi, >> >> i am running into repeated whitespace problems again and again. >> >> Please have a look at the following article and lets discuss if that is >> a valid way to avoid them in the future :) >> >> https://help.github.com/articles/dealing-with-line-endings >> >> Kind Regards, >> Martin >> >> >> > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |