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

Cc: Jani Nikula <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
---
 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

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to