From 53dda62f99c9d54dc87a846e5c0b0c815e052199 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 8 Nov 2025 13:57:28 +0200 Subject: [PATCH] Automatically sign tags as well --- .config/emacs/transient/values.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/transient/values.el b/.config/emacs/transient/values.el index b8e9016..c77d63e 100644 --- a/.config/emacs/transient/values.el +++ b/.config/emacs/transient/values.el @@ -4,5 +4,6 @@ (magit-diff:magit-revision-mode "--no-ext-diff" "--stat" "--show-signature") (magit-log:magit-log-mode "-n256" "--graph" "--decorate" "--show-signature") (magit-merge "--gpg-sign=") + (magit-tag "--sign") ; keep-sorted end )