Variable: magit-common-git-post-commit-functions
magit-common-git-post-commit-functions is a variable defined in
magit-commit.el.
Value
nil
Documentation
Hook run by Git hooks post-commit, post-merge and post-rewrite.
This hook is run if magit-overriding-githook-directory is non-nil.
The functions are called with the same arguments as the Git hook.
This hook is still experimental.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-commit.el
(defvar magit-common-git-post-commit-functions nil
"Hook run by Git hooks `post-commit', `post-merge' and `post-rewrite'.
This hook is run if `magit-overriding-githook-directory' is non-nil.
The functions are called with the same arguments as the Git hook.
This hook is still experimental.")