On Fri, Aug 11, 2017 at 06:03:24PM +0300, Jani Nikula wrote: > We don't generally apply patches to the drm-intel-fixes or > drm-intel-next-fixes trees, we cherry-pick instead, so the aliases are > unnecessary.
great! this always confused me honestly, but I thought you were the one using this somehow. Reviewed-by: Rodrigo Vivi <[email protected]> > > And, of course, anyone really needing them can add them as personal > aliases in their dimrc. > > Signed-off-by: Jani Nikula <[email protected]> > --- > dim | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/dim b/dim > index 2f8da975c36a..d9820ac87358 100755 > --- a/dim > +++ b/dim > @@ -921,13 +921,11 @@ function dim_apply_queued > dim_apply_branch drm-intel-next-queued "$@" > } > > -dim_alias_af=apply-fixes > function dim_apply_fixes > { > dim_apply_branch drm-intel-fixes "$@" > } > > -dim_alias_anf=apply-next-fixes > function dim_apply_next_fixes > { > dim_apply_branch drm-intel-next-fixes "$@" > -- > 2.11.0 > > _______________________________________________ > Intel-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
