Variable: magit-reshelve-since-committer-only

magit-reshelve-since-committer-only is a customizable variable defined in magit-extras.el.

Value

nil

Documentation

Whether magit-reshelve-since changes only the committer dates.

Otherwise the author dates are also changed.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-extras.el
;;; Reshelve

(defcustom magit-reshelve-since-committer-only nil
  "Whether `magit-reshelve-since' changes only the committer dates.
Otherwise the author dates are also changed."
  :package-version '(magit . "3.0.0")
  :group 'magit-commands
  :type 'boolean)