Variable: magit-commit-extend-override-date

magit-commit-extend-override-date is a customizable variable defined in magit-commit.el.

Value

t

Documentation

Whether using magit-commit-extend changes the committer date.

This variable was added, or its default value changed, in magit version 2.3.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-commit.el
(defcustom magit-commit-extend-override-date t
  "Whether using `magit-commit-extend' changes the committer date."
  :package-version '(magit . "2.3.0")
  :group 'magit-commands
  :type 'boolean)