Variable: magit-with-editor-envvar

magit-with-editor-envvar is a variable defined in magit-git.el.

Value

"GIT_EDITOR"

Documentation

The environment variable exported by magit-with-editor.

Set this to "GIT_SEQUENCE_EDITOR" if you do not want to use Emacs to edit commit messages but would like to do so to edit rebase sequences.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defvar magit-with-editor-envvar "GIT_EDITOR"
  "The environment variable exported by `magit-with-editor'.
Set this to \"GIT_SEQUENCE_EDITOR\" if you do not want to use
Emacs to edit commit messages but would like to do so to edit
rebase sequences.")