From 8eee06ac373b3ff9e9701fcb8a62adfc5070a540 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:56 +0300 Subject: [PATCH] Display signature verification in the revision buffer --- .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 c6e8dd1..1ee6da9 100644 --- a/.config/emacs/transient/values.el +++ b/.config/emacs/transient/values.el @@ -1,3 +1,4 @@ ((magit-commit "--gpg-sign=") + (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="))