Function: vc-git-log-edit-toggle-signoff
vc-git-log-edit-toggle-signoff is an interactive and byte-compiled
function defined in vc-git.el.gz.
Signature
(vc-git-log-edit-toggle-signoff)
Documentation
Toggle whether to add the "Signed-off-by" line at the end of commit message.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-log-edit-toggle-signoff ()
"Toggle whether to add the \"Signed-off-by\" line at the end of commit message."
(interactive)
(log-edit-toggle-header "Sign-Off" "yes"))