Function: vc-git-log-edit-toggle-no-verify
vc-git-log-edit-toggle-no-verify is an interactive and byte-compiled
function defined in vc-git.el.gz.
Signature
(vc-git-log-edit-toggle-no-verify)
Documentation
Toggle whether to bypass the pre-commit and commit-msg hooks.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-log-edit-toggle-no-verify ()
"Toggle whether to bypass the pre-commit and commit-msg hooks."
(interactive)
(log-edit-toggle-header "No-Verify" "yes"))