Re: [PATCH] qf: silence quilt refresh a little bit

2018-03-28 Thread Daniel Vetter
On Thu, Mar 29, 2018 at 5:53 AM, Lucas De Marchi wrote: > From: Lucas De Marchi > > Since the patches are maintained in a git branch, if we keep refreshing > we keep touching all patches with useless diff. Worse, it may change as > each developer has a different configuration. Force a unified dif

[PATCH] qf: silence quilt refresh a little bit

2018-03-28 Thread Lucas De Marchi
From: Lucas De Marchi Since the patches are maintained in a git branch, if we keep refreshing we keep touching all patches with useless diff. Worse, it may change as each developer has a different configuration. Force a unified diff similar to git-diff in order to reduce the noise. Example: Befo

Re: [PATCH] qf: fix internal use of alias

2018-03-28 Thread Rodrigo Vivi
On Wed, Mar 28, 2018 at 12:57:08PM -0700, Rodrigo Vivi wrote: > On Wed, Mar 28, 2018 at 11:17:19AM -0700, Lucas De Marchi wrote: > > maintainer-tools/qf: line 415: qf_co: command not found > > > > Signed-off-by: Lucas De Marchi > > --- > > qf | 2 +- > > 1 file changed, 1 insertion(+), 1 del

Re: [PATCH] qf: fix internal use of alias

2018-03-28 Thread Rodrigo Vivi
On Wed, Mar 28, 2018 at 11:17:19AM -0700, Lucas De Marchi wrote: > maintainer-tools/qf: line 415: qf_co: command not found > > Signed-off-by: Lucas De Marchi > --- > qf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qf b/qf > index d1499ada1951..4c8a0e9ecc16 1007

[PULL] drm-misc-next-fixes

2018-03-28 Thread Sean Paul
Hi Dave, Here's a lonely fix for -next, please pull at your convenience. drm-misc-next-fixes-2018-03-28: UABI: - Mask mode type garbage from userspace (Ville) Cc: Ville Syrjälä Cheers, Sean The following changes since commit b4eec0fa537165efc3265cdbb4bac06e6bdaf596: Merge tag 'drm-intel-

[PATCH] qf: fix internal use of alias

2018-03-28 Thread Lucas De Marchi
maintainer-tools/qf: line 415: qf_co: command not found Signed-off-by: Lucas De Marchi --- qf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qf b/qf index d1499ada1951..4c8a0e9ecc16 100755 --- a/qf +++ b/qf @@ -412,7 +412,7 @@ function qf_pull quiet_p

Re: [PATCH] dim: add a minimum git version check

2018-03-28 Thread Jani Nikula
On Wed, 28 Mar 2018, Jani Nikula wrote: > There have been issues with git 2.7 in the past. Require 2.8 or later > for starters. > > Signed-off-by: Jani Nikula Pushed with Daniel's IRC rb, overriding his patch [1]. BR, Jani. [1] 20180328121718.25389-1-daniel.vetter@ffwll.ch">http://mid.mail-ar

Re: [PATCH] dim: Add Documentation to i915 specific paths

2018-03-28 Thread Joonas Lahtinen
Quoting Daniel Vetter (2018-03-28 16:33:25) > On Wed, Mar 28, 2018 at 03:50:19PM +0300, Jani Nikula wrote: > > On Wed, 28 Mar 2018, Joonas Lahtinen > > wrote: > > > We should not be nagging, we should almost be thanking for adding > > > Documentation patches for i915 :) > > > > > > Signed-off-by:

[PATCH] dim: add a minimum git version check

2018-03-28 Thread Jani Nikula
There have been issues with git 2.7 in the past. Require 2.8 or later for starters. Signed-off-by: Jani Nikula --- I'm not sure what the required version should really be, and how obnoxious is it to check every time. sort -VC seems to be the neatest way to do version checks though. --- dim | 1

Re: [PATCH] dim: Add Documentation to i915 specific paths

2018-03-28 Thread Daniel Vetter
On Wed, Mar 28, 2018 at 03:50:19PM +0300, Jani Nikula wrote: > On Wed, 28 Mar 2018, Joonas Lahtinen wrote: > > We should not be nagging, we should almost be thanking for adding > > Documentation patches for i915 :) > > > > Signed-off-by: Joonas Lahtinen > > Cc: Jani Nikula > > The grep's gettin

Re: [PATCH] dim: Add Documentation to i915 specific paths

2018-03-28 Thread Jani Nikula
On Wed, 28 Mar 2018, Joonas Lahtinen wrote: > We should not be nagging, we should almost be thanking for adding > Documentation patches for i915 :) > > Signed-off-by: Joonas Lahtinen > Cc: Jani Nikula The grep's getting a bit unweildy, but let's save fixing that for a rainy day. Acked-by: Jani

Re: [PATCH] dim: detect git 2.7 when conflicts fail

2018-03-28 Thread Joonas Lahtinen
Quoting Daniel Vetter (2018-03-28 15:17:18) > Ubuntu 16.04 LTS has this version of git, and it's known to handle > (some, but not all) stored conflict resolutions differently than newer > versions of git. > > Since it's a common snag detect it and suggest to upgrade. > > Signed-off-by: Daniel Vet

[PATCH] dim: detect git 2.7 when conflicts fail

2018-03-28 Thread Daniel Vetter
Ubuntu 16.04 LTS has this version of git, and it's known to handle (some, but not all) stored conflict resolutions differently than newer versions of git. Since it's a common snag detect it and suggest to upgrade. Signed-off-by: Daniel Vetter --- dim | 4 1 file changed, 4 insertions(+) d

[PATCH] dim: Add Documentation to i915 specific paths

2018-03-28 Thread Joonas Lahtinen
We should not be nagging, we should almost be thanking for adding Documentation patches for i915 :) Signed-off-by: Joonas Lahtinen Cc: Jani Nikula --- dim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dim b/dim index 9fa6d9cd855b..c30f00c32b31 100755 --- a/dim +++ b/dim @@