Variable: magit-post-stage-hook

magit-post-stage-hook is a customizable variable defined in magit-apply.el.

Value

nil

Documentation

Hook run after staging changes.

This hook is run by magit-refresh if this-command is a member of magit-post-stage-hook-commands.

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

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-apply.el
(defcustom magit-post-stage-hook nil
  "Hook run after staging changes.
This hook is run by `magit-refresh' if `this-command'
is a member of `magit-post-stage-hook-commands'."
  :package-version '(magit . "2.90.0")
  :group 'magit-commands
  :type 'hook)