[Intel-gfx] [dim PATCH 5/7] dim: remove apply-igt subcommand

Jani Nikula jani.nikula at intel.com
Fri Mar 24 16:11:57 UTC 2017


Out of scope for dim, and relies on hard coded paths. People can add the
function to their .dimrc if needed.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 dim     | 7 -------
 dim.rst | 4 ----
 2 files changed, 11 deletions(-)

diff --git a/dim b/dim
index fc72cd619dbd..b7d6b2aafff6 100755
--- a/dim
+++ b/dim
@@ -915,13 +915,6 @@ function dim_magic_rebase_resolve
 	git rebase --continue
 }
 
-dim_alias_ai=apply-igt
-function dim_apply_igt
-{
-	cd ~/xorg/intel-gpu-tools/
-	git am --whitespace=fix -3 -s
-}
-
 dim_alias_mp=magic-patch
 function dim_magic_patch
 {
diff --git a/dim.rst b/dim.rst
index aa1c5d62606e..1fc64e4799a4 100644
--- a/dim.rst
+++ b/dim.rst
@@ -240,10 +240,6 @@ apply-resolved
 Compile-test the current tree and if successfully resolve a
 confilicted git am. Also runs the patch checker afterwards.
 
-apply-igt
----------
-Apply a patch to the i-g-t repository.
-
 tc *commit-ish*
 ---------------
 Print the oldest Linux kernel release or -rc tag that contains the supplied
-- 
2.1.4



More information about the Intel-gfx mailing list