aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-01-31 14:32:20 +0100
committerJonas Bernoulli <jonas@bernoul.li>2025-01-31 14:32:20 +0100
commitbfffb49218ca3acc28f077acecda335816a4db00 (patch)
treec141fc359dbfef61c93f8f22465a59e0884c9d52 /lisp/magit.el
parentc06dd3ff49b9a6ff76f56addd3ff248003a3affd (diff)
magit:--signoff: Set default level via prototype
Diffstat (limited to 'lisp/magit.el')
-rw-r--r--lisp/magit.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/magit.el b/lisp/magit.el
index cb68546..2c23992 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -505,7 +505,8 @@ is run in the top-level directory of the current working tree."
:description "Add Signed-off-by trailer"
:class 'transient-switch
:shortarg "-s"
- :argument "--signoff")
+ :argument "--signoff"
+ :level 6)
(transient-define-argument magit:--gpg-sign ()
:description "Sign using gpg"