Re: [Intel-gfx] [maintainer-tools PATCH 5/6] dim: add dim sparse subcommand to run sparse on a commit range

2016-10-11 Thread Daniel Vetter
On Tue, Oct 11, 2016 at 11:47:31AM +0300, Jani Nikula wrote: > Run sparse only on files that have changed in the range. > > Signed-off-by: Jani Nikula > --- > dim | 9 + > dim.rst | 22 +++--- > 2 files changed, 24 insertions(+), 7 deletions(-) > > diff --git a/dim

[Intel-gfx] [maintainer-tools PATCH 5/6] dim: add dim sparse subcommand to run sparse on a commit range

2016-10-11 Thread Jani Nikula
Run sparse only on files that have changed in the range. Signed-off-by: Jani Nikula --- dim | 9 + dim.rst | 22 +++--- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/dim b/dim index e3ef4365e85f..bef7bb6c401b 100755 --- a/dim +++ b/dim @@ -731,6 +73