From 2354b505c8507c557a7b64d2fd955ceeff83c7dd Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:55 +0300 Subject: [PATCH] Automatically sign merge commits as well --- .config/emacs/transient/values.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/emacs/transient/values.el b/.config/emacs/transient/values.el index b42f154..c6e8dd1 100644 --- a/.config/emacs/transient/values.el +++ b/.config/emacs/transient/values.el @@ -1,2 +1,3 @@ ((magit-commit "--gpg-sign=") - (magit-log:magit-log-mode "-n256" "--graph" "--decorate" "--show-signature")) + (magit-log:magit-log-mode "-n256" "--graph" "--decorate" "--show-signature") + (magit-merge "--gpg-sign="))