Function: magit-wip-post-commit
magit-wip-post-commit is a byte-compiled function defined in
magit-wip.el.
Signature
(magit-wip-post-commit &rest _)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-wip.el
(defun magit-wip-post-commit (&rest _)
(when (eq magit-wip-merge-branch 'githook)
(magit-wip-commit)))