[Intel-gfx] [PATCH] dim: Align apply-pull with apply-branch workflow

Daniel Vetter daniel.vetter at ffwll.ch
Tue Apr 4 08:13:46 UTC 2017


Don't fire up an editor by default. Requested by Jani.

Cc: Jani Nikula <jani.nikula at intel.com>
Acked-by: Jani Nikula <jani.nikula at intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
 dim | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dim b/dim
index 9fa7436b004b..588e859cf9e6 100755
--- a/dim
+++ b/dim
@@ -744,7 +744,9 @@ function dim_apply_pull
 		rv=1
 	fi
 
-	git commit --amend -s
+	git commit --amend -s --no-edit
+
+	eval $DRY $DIM_POST_APPLY_ACTION
 
 	return $rv
 }
-- 
2.11.0



More information about the Intel-gfx mailing list