Function: git-commit-modified

git-commit-modified is an interactive and byte-compiled function defined in git-commit.el.

Signature

(git-commit-modified NAME MAIL)

Documentation

Insert a trailer to signal that you have modified the commit.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-commit.el
(defun git-commit-modified (name mail)
  "Insert a trailer to signal that you have modified the commit."
  (interactive (git-commit-get-ident "Modified-by"))
  (git-commit--insert-ident-trailer "Modified-by" name mail))