Variable: magit-cherry-sections-hook

magit-cherry-sections-hook is a customizable variable defined in magit-log.el.

Value

(magit-insert-cherry-headers
 magit-insert-cherry-commits)

Documentation

Hook run to insert sections into the cherry buffer.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
;;;; Cherry Mode

(defcustom magit-cherry-sections-hook
  (list #'magit-insert-cherry-headers
        #'magit-insert-cherry-commits)
  "Hook run to insert sections into the cherry buffer."
  :package-version '(magit . "2.1.0")
  :group 'magit-log
  :type 'hook)