Function: git-rebase-cancel-confirm
git-rebase-cancel-confirm is a byte-compiled function defined in
git-rebase.el.
Signature
(git-rebase-cancel-confirm FORCE)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-rebase.el
(defun git-rebase-cancel-confirm (force)
(or (not (buffer-modified-p))
force
(magit-confirm 'abort-rebase "Abort this rebase" nil 'noabort)))