Variable: git-rebase-confirm-cancel
git-rebase-confirm-cancel is a customizable variable defined in
git-rebase.el.
Value
t
Documentation
Whether confirmation is required to cancel.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-rebase.el
(defcustom git-rebase-confirm-cancel t
"Whether confirmation is required to cancel."
:group 'git-rebase
:type 'boolean)