Function: git-commit-suggested
git-commit-suggested is an interactive and byte-compiled function
defined in git-commit.el.
Signature
(git-commit-suggested NAME MAIL)
Documentation
Insert a trailer mentioning the person who suggested the change.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-commit.el
(defun git-commit-suggested (name mail)
"Insert a trailer mentioning the person who suggested the change."
(interactive (git-commit-read-ident "Suggested-by"))
(git-commit--insert-ident-trailer "Suggested-by" name mail))