Function: vc-git-log-edit-mode

vc-git-log-edit-mode is an interactive and byte-compiled function defined in vc-git.el.gz.

Signature

(vc-git-log-edit-mode)

Documentation

Major mode for editing Git log messages.

It is based on log-edit-mode, and has Git-specific extensions.

In addition to any hooks its parent mode might have run, this mode runs the hook vc-git-log-edit-mode-hook, as the final or penultimate step during initialization.

C-c C-e vc-git-log-edit-toggle-amend
C-c C-n vc-git-log-edit-toggle-no-verify
C-c C-s vc-git-log-edit-toggle-signoff

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(define-derived-mode vc-git-log-edit-mode log-edit-mode "Log-Edit/git"
  "Major mode for editing Git log messages.
It is based on `log-edit-mode', and has Git-specific extensions.")