Re: [Intel-gfx] [PATCH] dim: Add range-diff convenience wrapper

2018-10-08 Thread Lucas De Marchi
On Thu, Oct 4, 2018 at 4:00 AM Daniel Vetter wrote: > > range-diff is awesome, but the interface is a bit silly. Add a bunch > of shortcuts, inspired by what git diff does. > > v2: Add it to the developer commmands list. With this dim range-diff > is useable on any git repo, not just a dim managed

Re: [Intel-gfx] [PATCH] dim: Add range-diff convenience wrapper

2018-10-05 Thread Daniel Vetter
On Fri, Oct 05, 2018 at 11:43:58AM -0700, Lucas De Marchi wrote: > On Thu, Oct 4, 2018 at 4:00 AM Daniel Vetter wrote: > > > > range-diff is awesome, but the interface is a bit silly. Add a bunch > > of shortcuts, inspired by what git diff does. > > > > v2: Add it to the developer commmands list.

[PATCH] dim: Add range-diff convenience wrapper

2018-10-04 Thread Daniel Vetter
range-diff is awesome, but the interface is a bit silly. Add a bunch of shortcuts, inspired by what git diff does. v2: Add it to the developer commmands list. With this dim range-diff is useable on any git repo, not just a dim managed one. Signed-off-by: Daniel Vetter --- dim | 14 +

[PATCH] dim: Add range-diff convenience wrapper

2018-10-04 Thread Daniel Vetter
range-diff is awesome, but the interface is a bit silly. Add a bunch of shortcuts, inspired by what git diff does. Signed-off-by: Daniel Vetter --- dim | 13 + dim.rst | 8 2 files changed, 21 insertions(+) diff --git a/dim b/dim index 12c80e2051b6..c4663aca6b5c 100755