Restore =S gpg-sign option for magit
Curiously, interactive rebasing seems to fail to sign commits without this option present in some cases.
This commit is contained in:
parent
5e96b42ccc
commit
67fa4b31ea
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ what features are available.")
|
|||
|
||||
(set-popup-rule! "^\\(?:\\*magit\\|magit:\\)" :ignore t)
|
||||
|
||||
(magit-define-popup-option 'magit-rebase-popup
|
||||
?S "Sign using gpg" "--gpg-sign=" #'magit-read-gpg-secret-key)
|
||||
|
||||
;; so magit buffers can be switched to (except for process buffers)
|
||||
(defun +magit-buffer-p (buf)
|
||||
(with-current-buffer buf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue