[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5d97dacc.1c69fb81.b5612.3794@mx.google.com>
Date: Fri, 04 Oct 2019 16:50:35 -0700
From: Stephen Boyd <swboyd@...omium.org>
To: Andrew Morton <akpm@...ux-foundation.org>,
Randy Dunlap <rdunlap@...radead.org>
Cc: linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
devicetree@...r.kernel.org
Subject: Re: [PATCH] .gitattributes: Use 'dts' diff driver for dts files
Quoting Randy Dunlap (2019-10-04 15:08:08)
> On 10/4/19 2:23 PM, Stephen Boyd wrote:
> >
> > diff --git a/.gitattributes b/.gitattributes
> > index 89c411b5ce6b..4b32eaa9571e 100644
> > --- a/.gitattributes
> > +++ b/.gitattributes
> > @@ -1,2 +1,4 @@
> > *.c diff=cpp
> > *.h diff=cpp
> > +*.dtsi diff=dts
> > +*.dts diff=dts
> >
>
> Hm, I have a "cpp" installed but not a "dts".
> Where would I find this "dts" so that I can install it?
>
It's not released yet but it is staged to be in the next release[1]. You
can probably build git from source and try it out if you're interested.
[1] https://git.kernel.org/pub/scm/git/git.git/commit/?id=d49c2c3466d2c8cb0b3d0a43e6b406b07078fdb1
Powered by blists - more mailing lists