Variable: magit-git-post-commit-functions

magit-git-post-commit-functions is a variable defined in magit-commit.el.

Value

nil

Documentation

Hook run by Git hook post-commit.

This hook is run if magit-overriding-githook-directory is non-nil. The functions are called with the same arguments as the Git hook.

See also magit-common-git-post-commit-functions.

This hook is still experimental.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-commit.el
(defvar magit-git-post-commit-functions nil
  "Hook run by Git hook `post-commit'.

This hook is run if `magit-overriding-githook-directory' is non-nil.
The functions are called with the same arguments as the Git hook.

See also `magit-common-git-post-commit-functions'.

This hook is still experimental.")