With the recent changes in https://github.com/apache/tomee/commits/master/.gitattributes, git keeps complaining about these files. []s, Thiago.
On Mon, Nov 23, 2015 at 2:55 PM, Mark Struberg <[email protected]> wrote: > > do we already have any policy for line endings? > I’m usually doing checkout as is, commit as is… > > I think the potential loss of author info is worse than having mixed line > endings. > Modern editors can cope with it really well… > > LieGrue, > strub > > > Am 23.11.2015 um 20:41 schrieb Thiago Veronezi <[email protected]>: > > > > Guys, > > anyone against a huge commit of 802 file in order to remove the ˆM chars? > > I'm about to do it... > > > > tveronezi@ubatuba:tomee$ git diff > d6a840ece46ededd9c9dab410a61c1c439536417 > > fe7e0d9b102db43b4dbbe4bdbd284ecbcfa86a64 > > server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd > > diff --git > > a/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd > > b/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd > > index 19fbf31..5696c61 100644 > > --- > a/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd > > +++ > b/server/openejb-axis/src/test/resources/schema/SoapArrayByAttribute.xsd > > @@ -1,3 +1,24 @@ > > +<?xml version="1.0" encoding="UTF-8"?>^M > > +<!--^M > > +^M > > + Licensed to the Apache Software Foundation (ASF) under one or more^M > > + contributor license agreements. See the NOTICE file distributed > with^M > > + this work for additional information regarding copyright > ownership.^M > > + The ASF licenses this file to You under the Apache License, Version > > 2.0^M > > + (the "License"); you may not use this file except in compliance > with^M > > + the License. You may obtain a copy of the License at^M > > +^M > > + http://www.apache.org/licenses/LICENSE-2.0^M > > +^M > > + Unless required by applicable law or agreed to in writing, > software^M > > + distributed under the License is distributed on an "AS IS" BASIS,^M > > + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > > implied.^M > > + See the License for the specific language governing permissions > and^M > > + limitations under the License.^M > > +-->^M > > +^M > > +<!-- $Rev$ $Date$ -->^M > > +^M > > <xsd:schema > > targetNamespace="X" > > xmlns:tns="X" > > tveronezi@ubatuba:tomee$ > > > > > > []s, > > Thiago. > >
