[Intel-gfx] [maintainer-tools PATCH 3/4] dim: remove af and anf aliases

Jani Nikula jani.nikula at intel.com
Fri Aug 11 15:03:24 UTC 2017


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.

And, of course, anyone really needing them can add them as personal
aliases in their dimrc.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 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



More information about the Intel-gfx mailing list